summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2019-08-27 11:56:00 -0700
committer android-build-merger <android-build-merger@google.com> 2019-08-27 11:56:00 -0700
commitc8ba70827f1765c123d963bf3d38f1d6d9586235 (patch)
tree26e9962d7f49427353dc4b7485926328d47d01c6
parent516e4af7c995ffff646016068631ccbab656382e (diff)
parente22a3e6158be9cb2df3279ec781282dcab15fea2 (diff)
Merge "libbinder: document no_apex" am: 349b0eb838
am: e22a3e6158 Change-Id: I559ea39e915e9d53f41b1bdababaf605984a57c9
-rw-r--r--libs/binder/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp
index cea5bad667..027418a035 100644
--- a/libs/binder/Android.bp
+++ b/libs/binder/Android.bp
@@ -37,6 +37,10 @@ cc_library_shared {
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: [