Merge "libbinder: document no_apex" am: 349b0eb838
am: e22a3e6158
Change-Id: I559ea39e915e9d53f41b1bdababaf605984a57c9
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp
index cea5bad..027418a 100644
--- a/libs/binder/Android.bp
+++ b/libs/binder/Android.bp
@@ -37,6 +37,10 @@
enabled: true,
},
double_loadable: true,
+
+ // libbinder does not offer a stable wire protocol.
+ // if a second copy of it is installed, then it may break after security
+ // or dessert updates. Instead, apex users should use libbinder_ndk.
no_apex: true,
srcs: [