From ccf636e36a1724aa094a0af3ea9c3e6f84810772 Mon Sep 17 00:00:00 2001 From: Nan Zhang Date: Wed, 23 May 2018 14:42:44 -0700 Subject: [PATCH] Revert "Revert "Add libc++.so as install dependencies for hermetic Python."" This reverts commit bfb0aed2dd78ee1850e54928ed02614beaf943a7. Reason for revert: Test: m -j sepolicy_tests Bug: b/80140289 Change-Id: I4e51007a7d4dda69cbf4f31253e9a56d3f5e35c7 --- python/androidmk.go | 1 + 1 file changed, 1 insertion(+) diff --git a/python/androidmk.go b/python/androidmk.go index 5fa01abb5..365b422f5 100644 --- a/python/androidmk.go +++ b/python/androidmk.go @@ -77,6 +77,7 @@ func (installer *pythonInstaller) AndroidMk(base *Module, ret *android.AndroidMk ret.OutputFile = android.OptionalPathForPath(installer.path) } + ret.Required = append(ret.Required, "libc++") ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) { path := installer.path.RelPathString() dir, file := filepath.Split(path)