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

am: a0a7fc16bf

Change-Id: Idd6deb992e400ac4b52dfedd114b598a5325e4f4
This commit is contained in:
Artem Iglikov
2018-05-23 11:13:21 -07:00
committed by android-build-merger

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