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

Commit 8c959e5e authored by Matt Gilbride's avatar Matt Gilbride Committed by Android (Google) Code Review
Browse files

Merge "Add `art-profile-extra` for manual profile entries" into main

parents db8d8678 18a79c5a
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@ art_profile_java_defaults {
            conditions_default: {
                dex_preopt: {
                    app_image: true,
                    profile: "art-profile",
                    profile: ":art-profile-combined",
                },
            },
        },
@@ -391,9 +391,14 @@ platform_compat_config {
    src: ":services",
}

filegroup {
    name: "art-profile",
    srcs: ["art-profile"],
genrule {
    name: "art-profile-combined",
    srcs: [
        "art-profile",
        "art-profile-extra",
    ],
    out: ["art-profile-combined"],
    cmd: "cat $(location art-profile) $(location art-profile-extra) > $(location art-profile-combined)",
}

// API stub
+1 −0
Original line number Diff line number Diff line
HSPLcom/android/server/am/ActivityManagerService$LocalService;->checkContentProviderAccess(Ljava/lang/String;I)Ljava/lang/String;