Merge "Revert "Revert "Add libc++.so as install dependencies for hermetic Python.""" am: 3332fdef7c

am: c0b7bd2882

Change-Id: Ia788144aadd9fd8e953c017c64c1b84eb9f7e1af
This commit is contained in:
Nan Zhang 2018-05-24 15:50:55 -07:00 committed by android-build-merger
commit b68b4f828f
1 changed files with 1 additions and 0 deletions

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)