commit | 95dd53bb5fc8f506e40cc88b1f0eb926bc50c7a5 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Jul 23 21:22:18 2020 +0000 |
committer | Steven Moreland <smoreland@google.com> | Fri Jul 24 18:35:55 2020 +0000 |
tree | 67c6bf74c2234d2970b78bd27716bbba1c36c02a | |
parent | c9a09ffd92e1d8ceaaa047be331a00576a42bb2b [diff] |
Allow module libs to use VINTF AIDL. Currently a native APEX can get and use a VINTF AIDL. However, this can't be passed over JNI to be used by Java code. This does not open VINTF AIDLs to any type of apps, where AIDL as an API is completely disallowed. Also, no Java ServiceManager APIs are available, and they couldn't be until b/139325468 is fixed. Bug: 161501127 Test: atest binderVendorDoubleLoadTest Change-Id: I1ab977248b1c39a7d08e0ca34389a7ba168c05b0