summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-06 00:19:38 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-06 00:19:38 +0000
commit157cadf5311928fce8a4a25f6bed3cb82bd855bb (patch)
tree86df3666fcdf01083029675e4f6b40d50e8919fe
parent4c219e016029767f2a6046fc0d7a8d02f9407ba0 (diff)
parent07be7766cf49e4d4bab20c2d2c8530662e7f4ab3 (diff)
downloadzlib-android14-qpr2-s1-release.tar.gz
Change-Id: I07d071ee41aab24179a917b28ec11903d4e91ac3
-rw-r--r--Android.bp12
1 files changed, 12 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 78b0d56..2eb3d13 100644
--- a/Android.bp
+++ b/Android.bp
@@ -185,6 +185,18 @@ cc_library {
],
symbol_file: "libz.map.txt",
},
+
+ // When used by Vendor/Product APEX,
+ // libz should be treated like non-stable module.
+ // (Hence, should be bundled in APEX).
+ target: {
+ product: {
+ no_stubs: true,
+ },
+ vendor: {
+ no_stubs: true,
+ },
+ }
}
cc_library {