Merge "Add target for generating aidl mappings"

This commit is contained in:
Andrei-Valentin Onea
2019-03-04 15:54:35 +00:00
committed by Android (Google) Code Review

View File

@@ -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"
}