aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2023-11-02 00:24:02 +0000
committerElliott Hughes <enh@google.com>2023-11-02 00:24:02 +0000
commita16a99dc1baddc12ca1adf264dae5525c25438fb (patch)
tree880bad06367fc7f6805cdb7fd23c3948553cbff0
parent85afc53c301bb140b2e92c41a4d288c975445f94 (diff)
downloadbrotli-a16a99dc1baddc12ca1adf264dae5525c25438fb.tar.gz
Don't link the brotli executable against libc++.
Test: ldd `which brotli` Change-Id: Iaff81deb66a85abe6379e6e494fa7bc1b52fb2fc
-rwxr-xr-xAndroid.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f339783..14f9e34 100755
--- a/Android.bp
+++ b/Android.bp
@@ -102,6 +102,7 @@ cc_binary {
},
},
static_libs: ["libbrotli"],
+ stl: "none",
}
cc_library_shared {