commit | 3fd83afc828a36b085bae1e34bae2e5bc4fc7947 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Wed Aug 09 00:49:28 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Aug 09 00:49:28 2017 +0000 |
tree | b159622ecf3b504eb1cf1ae3d33833409530a60a | |
parent | ff99040d10f56e2c09431c63c826b6f9610b4c69 [diff] | |
parent | 203cee15f0d21f3362a5c88efc4c51add6bf2760 [diff] |
Merge "Mark libbinder as VNDK in Android.bp" am: 920514dbff am: 203cee15f0 Change-Id: Id8f124d9ad91687749625b2b7fbce784cf08bc00
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp index 66ba7b3..256a636 100644 --- a/libs/binder/Android.bp +++ b/libs/binder/Android.bp
@@ -33,6 +33,9 @@ // for vndbinder vendor_available: true, + vndk: { + enabled: true, + }, srcs: [ "AppOpsManager.cpp",