commit | ab17944178d8ac26114009746cc64b11ff6f4d81 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Sep 27 11:03:22 2018 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Sep 27 11:03:22 2018 -0700 |
tree | 532b2c04cb81221caca30a29f93307a76f6c5e0e | |
parent | e4e3de819d05481422f8bb9925486118924bf4a1 [diff] |
Disable STL for crt objects cc_objects are getting support for STL headers, disable them for crt objects to avoid a circular dependency through libc++. Test: m checkbuild Change-Id: I4e0f4a2193ce98ec4b8802492add9014ec0dba98
diff --git a/libc/Android.bp b/libc/Android.bp index 57173d1..ed8548a 100644 --- a/libc/Android.bp +++ b/libc/Android.bp
@@ -1858,6 +1858,7 @@ cflags: ["-fPIC"], }, }, + stl: "none", } // crt obj files