Merge "libbinder should not be included in APEX"
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp
index 4222e36..c4aed95 100644
--- a/libs/binder/Android.bp
+++ b/libs/binder/Android.bp
@@ -37,6 +37,7 @@
         enabled: true,
     },
     double_loadable: true,
+    no_apex: true,
 
     srcs: [
         "ActivityManager.cpp",