commit | 04e04516b46a6e435282391f8cc4a7f50fe665b7 | [log] [tgz] |
---|---|---|
author | Andrei-Valentin Onea <andreionea@google.com> | Thu Mar 07 16:31:14 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Mar 07 16:31:14 2019 +0000 |
tree | 1915ac74a90abb3d3f97195a9280e72629e2a38c | |
parent | 315404a9a52121cb3e4597acc457990b969dfc51 [diff] | |
parent | ae93c8b46f10098ec1e311f67c59444f42261644 [diff] |
Merge "Add target for generating aidl mappings"
diff --git a/Android.bp b/Android.bp index a711fc6..5622206 100644 --- a/Android.bp +++ b/Android.bp
@@ -1682,3 +1682,11 @@ }, }, } + +// 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