diff options
author | 2019-10-10 19:27:31 +0100 | |
---|---|---|
committer | 2019-10-22 18:54:13 +0000 | |
commit | ff948d8a2fb0e98ab6ec59b9ee1712e00c46dbaa (patch) | |
tree | 3636dddabf03b0d227ca74f7770a0743aeefdb31 /Android.bp | |
parent | 90dfd6b00928209a2ca4cf067df496b65e39d44a (diff) |
Add a native aidl API.
Introduce a platform_compat_native service that just calls the
platform_compat service.
The new service is needed as it needs a slightly different (more
limited, no ApplicationInfo in cpp) aidl API, and a class can only
extend one stub.
Test: Call the service from dumpsys.cpp (http://aosp/1142055)
Bug: 138275545
Change-Id: Ic46cc34b4c1dd4ebc6bcc996fb3f8503607214ac
Merged-In: Ic46cc34b4c1dd4ebc6bcc996fb3f8503607214ac
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 53b1a641ebc1..2f8bf759f578 100644 --- a/Android.bp +++ b/Android.bp @@ -194,6 +194,9 @@ filegroup { ":PacProcessor-aidl-sources", ":ProxyHandler-aidl-sources", + // AIDL from frameworks/base/native/ + ":platform-compat-native-aidl", + // AIDL sources from external directories ":dumpstate_aidl", ":framework_native_aidl", |