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

Commit 04e04516 authored by Andrei-Valentin Onea's avatar Andrei-Valentin Onea Committed by Gerrit Code Review
Browse files

Merge "Add target for generating aidl mappings"

parents 315404a9 ae93c8b4
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1682,3 +1682,11 @@ droidstubs {
        },
    },
}

// 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