Merge "Revert "Revert "Add libc++.so as install dependencies for hermetic Python."""
am: 3332fdef7c
Change-Id: I98e34345c9ca9731fa177d46819326810df06059
This commit is contained in:
@@ -77,6 +77,7 @@ func (installer *pythonInstaller) AndroidMk(base *Module, ret *android.AndroidMk
|
|||||||
ret.OutputFile = android.OptionalPathForPath(installer.path)
|
ret.OutputFile = android.OptionalPathForPath(installer.path)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ret.Required = append(ret.Required, "libc++")
|
||||||
ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) {
|
ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) {
|
||||||
path := installer.path.RelPathString()
|
path := installer.path.RelPathString()
|
||||||
dir, file := filepath.Split(path)
|
dir, file := filepath.Split(path)
|
||||||
|
Reference in New Issue
Block a user