commit | 06b4d6bea1e742a8e5ea2c4433abd381db054337 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <[email protected]> | Thu Nov 02 11:12:37 2023 -0700 |
committer | Elliott Hughes <[email protected]> | Thu Nov 02 11:12:37 2023 -0700 |
tree | 9b22a3ff7fd64a84e628a618ab79861597984047 | |
parent | 6cb2d295189f4687a3bbade6f897b0928f656a37 [diff] |
GNU make doesn't need libc++. Test: readelf -aW | grep NEEDED Change-Id: I4f0fbdd014a8976ecfb887c5b7df850a26e591ed
diff --git a/Android.bp b/Android.bp index f779e8b..8a67870 100644 --- a/Android.bp +++ b/Android.bp
@@ -28,6 +28,7 @@ "-Wno-string-compare", "-Wno-unused-parameter", ], + stl: "none", local_include_dirs: ["lib", "src"],