From 7a2985c3ca57fcf830ef6625b62c818c5dba6e61 Mon Sep 17 00:00:00 2001 From: Andrei Onea Date: Mon, 18 Feb 2019 15:28:35 +0000 Subject: [PATCH] Add target for generating aidl mappings Test: make aidl-mappings Change-Id: If18cf25dbfb1b00d7bd39fd1e1032fd783fea792 --- Android.bp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Android.bp b/Android.bp index 4b22f9e6670e0..c97ee3da36e40 100644 --- a/Android.bp +++ b/Android.bp @@ -1788,3 +1788,10 @@ filegroup { ], } +// Creates an index of AIDL methods; used for adding UnsupportedAppUsage +// annotations to private apis +aidl_mapping { + name: "framework-aidl-mappings", + srcs: [":framework-defaults"], + output: "framework-aidl-mappings.txt" +} \ No newline at end of file