Merge "Revert "Revert "Add libc++.so as install dependencies for hermetic Python."""

This commit is contained in:
Treehugger Robot
2018-05-24 17:26:07 +00:00
committed by Gerrit Code Review

View File

@@ -77,6 +77,7 @@ func (installer *pythonInstaller) AndroidMk(base *Module, ret *android.AndroidMk
ret.OutputFile = android.OptionalPathForPath(installer.path)
}
ret.Required = append(ret.Required, "libc++")
ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) {
path := installer.path.RelPathString()
dir, file := filepath.Split(path)