summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jiyong Park <jiyong@google.com> 2019-08-23 02:48:52 -0700
committer android-build-merger <android-build-merger@google.com> 2019-08-23 02:48:52 -0700
commitd8c95952a0d29aec284f390bad1b4b9ff1c6b17f (patch)
tree4c9026cd4b1082311355c8ce6ca4dad748595d3b
parent54b5e49fd39bf7cb8d1455d8c6a1620ef4ba74f6 (diff)
parentcdcac66268386169b3089728064a203730d382df (diff)
Merge "libbinder should not be included in APEX" am: 4807606cf1
am: cdcac66268 Change-Id: I0afbf702654bd90ac29baf606656bd3ea95de6b5
-rw-r--r--libs/binder/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp
index c6ce576170..cea5bad667 100644
--- a/libs/binder/Android.bp
+++ b/libs/binder/Android.bp
@@ -37,6 +37,7 @@ cc_library_shared {
enabled: true,
},
double_loadable: true,
+ no_apex: true,
srcs: [
"ActivityManager.cpp",