commit | 2f1e99b8ae1b2cb1416209f98b79acf97ef4266b | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Jan 17 19:20:37 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 17 19:20:37 2020 +0000 |
tree | 48634c57dcd67490e33037237e1b6163040444b6 | |
parent | a8b8267d85a9a996667a9f7102bcec795857e29d [diff] | |
parent | 452779916d2951810f70b08bd916c10211b5d541 [diff] |
Merge "IBinderVendorDoubleLoadTest: vendor only"
diff --git a/libs/binder/ndk/test/Android.bp b/libs/binder/ndk/test/Android.bp index ebd08b2..daaaa5a 100644 --- a/libs/binder/ndk/test/Android.bp +++ b/libs/binder/ndk/test/Android.bp
@@ -90,8 +90,7 @@ aidl_interface { name: "IBinderVendorDoubleLoadTest", - // TODO(b/119771576): only vendor is needed - vendor_available: true, + vendor: true, srcs: [ "IBinderVendorDoubleLoadTest.aidl", ],