From ff948d8a2fb0e98ab6ec59b9ee1712e00c46dbaa Mon Sep 17 00:00:00 2001 From: atrost Date: Thu, 10 Oct 2019 19:27:31 +0100 Subject: 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 --- Android.bp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Android.bp') 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", -- cgit v1.2.3-59-g8ed1b