commit | d7b0bde05fe0170dff95023ad5aa14c0a820988c | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Sat Oct 30 04:56:21 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Oct 30 04:56:21 2021 +0000 |
tree | 2b2380fd8b617c82e8520501e0afecd26b03801a | |
parent | 5e30e4402616340a55da6449f5bd950c7b0d7cdc [diff] | |
parent | 7edd008d6df106835177b5c7a93b418406172d42 [diff] |
Merge "Reland: "Make native bridge libc uninstallable""
diff --git a/libc/Android.bp b/libc/Android.bp index ee8c280..36d2019 100644 --- a/libc/Android.bp +++ b/libc/Android.bp
@@ -1785,6 +1785,13 @@ lto: { never: true, }, + target: { + native_bridge: { + shared: { + installable: false, + }, + }, + }, } genrule {