Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63727e26 authored by Andrei-Valentin Onea's avatar Andrei-Valentin Onea Committed by Android (Google) Code Review
Browse files

Merge "Add target for generating aidl mappings"

parents 3005a80e 7a2985c3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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