aboutsummaryrefslogtreecommitdiffstats
path: root/python/androidmk.go
diff options
context:
space:
mode:
Diffstat (limited to 'python/androidmk.go')
-rw-r--r--python/androidmk.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/androidmk.go b/python/androidmk.go
index b2d3b011..5fa01abb 100644
--- a/python/androidmk.go
+++ b/python/androidmk.go
@@ -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++")
-
})
}