summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-08-27 11:50:55 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-08-27 11:50:55 -0700
commite22a3e6158be9cb2df3279ec781282dcab15fea2 (patch)
treeb813e42b4fb1eb61e674848f7798c40144a0538a
parent130242db90b565f62770d58fc66a4987db3822ce (diff)
parent349b0eb838fb3b07536cd0ceb188b6931a0c6e03 (diff)
downloadnative-e22a3e6158be9cb2df3279ec781282dcab15fea2.tar.gz
Merge "libbinder: document no_apex"
am: 349b0eb838 Change-Id: Ib5164cef5f1b1147b46f30baeb39d74970588c39
-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: [