diff options
| author | 2019-08-27 12:25:37 -0700 | |
|---|---|---|
| committer | 2019-08-27 12:25:37 -0700 | |
| commit | f66166b5ce32b3af74cbf901b20f2604f34a23cc (patch) | |
| tree | 3185f0ef723a4c348963f3ee1770da194ef673ba /libs/binder/Android.bp | |
| parent | 76b4961308a2c5074c636063afd2c5bc154e8fa2 (diff) | |
| parent | 47504cee36e8784a32fcc8e0c93ccc19330b9479 (diff) | |
Merge "libbinder: document no_apex" am: 349b0eb838 am: e22a3e6158 am: c8ba70827f am: b092770b2d
am: 47504cee36
Change-Id: I93db647081a04d9f3d99184043823b221afeb2bd
Diffstat (limited to 'libs/binder/Android.bp')
| -rw-r--r-- | libs/binder/Android.bp | 4 |
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: [ |