From b7ac7fccd2ccff1a1eb04514eb43c74f4d9ef042 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 2 Nov 2023 12:14:20 -0700 Subject: bison doesn't need libc++. Test: readelf -aW | grep NEEDED Change-Id: I24f8c47de518084fb66aa6c53b003c0095258876 --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index 07acaea5..717ac501 100644 --- a/Android.bp +++ b/Android.bp @@ -16,6 +16,7 @@ cc_defaults { name: "bison_defaults", c_std: "c17", + stl: "none", cflags: [ "-Wall", "-Werror", -- cgit v1.2.3