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