aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2023-11-02 12:14:20 -0700
committerElliott Hughes <enh@google.com>2023-11-02 12:14:20 -0700
commitb7ac7fccd2ccff1a1eb04514eb43c74f4d9ef042 (patch)
tree5034c9d9532e0f37ce801de19b81f28d29e07f89
parent753dcc47fc92ebbbc17edfa1c45ab6c4a7339f0b (diff)
downloadbison-b7ac7fccd2ccff1a1eb04514eb43c74f4d9ef042.tar.gz
bison doesn't need libc++.
Test: readelf -aW | grep NEEDED Change-Id: I24f8c47de518084fb66aa6c53b003c0095258876
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
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",