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

This commit is contained in:
Treehugger Robot 2018-05-23 00:03:13 +00:00 committed by Gerrit Code Review
commit d0ce8e8aab

View file

@ -85,5 +85,7 @@ func (installer *pythonInstaller) AndroidMk(base *Module, ret *android.AndroidMk
fmt.Fprintln(w, "LOCAL_MODULE_SUFFIX := "+filepath.Ext(file))
fmt.Fprintln(w, "LOCAL_MODULE_PATH := $(OUT_DIR)/"+filepath.Clean(dir))
fmt.Fprintln(w, "LOCAL_MODULE_STEM := "+stem)
fmt.Fprintln(w, "LOCAL_REQUIRED_MODULES := libc++")
})
}