Revert "Add libc++.so as install dependencies for hermetic Python."
This reverts commit ff7d397218
.
Reason for revert: breaks a few targets
Change-Id: I3f26bfda9e276730accff558333f910a1dc017e8
This commit is contained in:
@@ -85,7 +85,5 @@ 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++")
|
||||
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user