From 636d7d53141b7802f474023112c50f15a41ff633 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 26 Aug 2019 10:42:38 -0700 Subject: libbinder: document no_apex With alternative and also short explanation, since people have asked. Bug: 139016109 Test: N/A Change-Id: I5562cf9e719d69c081bfbb79d3c4b394e3994f56 --- libs/binder/Android.bp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp index c4aed95722..2da9f3f7a5 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: [ -- cgit v1.2.3-59-g8ed1b