commit | d0ce8e8aabe7445377fe7307572df89394df21c9 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed May 23 00:03:13 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed May 23 00:03:13 2018 +0000 |
tree | 8c8251386875bdf7ea50c3189ad2d02799ad4b57 | |
parent | 542d60062fa56103a0e7ee53aa19af6adc9b136b [diff] | |
parent | ff7d3972189d0f0b5c678b2b4673a78f017dd55f [diff] |
Merge "Add libc++.so as install dependencies for hermetic Python."
diff --git a/python/androidmk.go b/python/androidmk.go index 5fa01ab..b2d3b01 100644 --- a/python/androidmk.go +++ b/python/androidmk.go
@@ -85,5 +85,7 @@ 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++") + }) }