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:
Artem Iglikov
2018-05-23 08:49:38 +00:00
parent ff7d397218
commit bfb0aed2dd

View File

@@ -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++")
})
}