resolve merge conflicts of 04e04516b4 to stage-aosp-master

Bug: None
Test: I solemnly swear I tested this conflict resolution.
Merged-In: If18cf25dbfb1b00d7bd39fd1e1032fd783fea792
Change-Id: I21e7d91ec2f6226c3f4b396eb00640021103006e
This commit is contained in:
Andrei Onea
2019-03-08 12:34:28 +00:00

View File

@@ -1689,3 +1689,11 @@ filegroup {
"core/java/android/annotation/NonNull.java", "core/java/android/annotation/NonNull.java",
], ],
} }
// 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"
}