summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2024-05-04 03:56:55 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-04 03:56:55 +0000
commit1189eed0c7c22dae9a1f9d408c579b670ca0916d (patch)
treef1890abdd1a55171b1e023e84aef8de23331516a
parent7ba0e2b127b528d1ad8cb6b6fdd987481a770f5e (diff)
parentd5b42c1f5bccdac42be2ae134b089bdd2814be78 (diff)
downloaddevelopment-main.tar.gz
Merge "Revert "Revert "Don't include linux_bionic variants to platform-..."" into mainHEADmastermain
-rw-r--r--build/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/Android.bp b/build/Android.bp
index 9c3d0e899..f54346ff1 100644
--- a/build/Android.bp
+++ b/build/Android.bp
@@ -214,6 +214,9 @@ android_sdk_repo_host {
linux: {
strip_files: ["lib64/*.so"],
},
+ linux_bionic: {
+ enabled: false,
+ },
darwin: {
strip_files: ["lib64/*.dylib"],
},