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

Commit c22c1db4 authored by Hao Ke's avatar Hao Ke Committed by Android (Google) Code Review
Browse files

Merge "[AAPM] Export feature flag." into main

parents 589037ad e6e0225d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -349,6 +349,7 @@ aconfig_declarations {
    name: "android.security.flags-aconfig",
    package: "android.security",
    container: "system",
    exportable: true,
    srcs: ["core/java/android/security/*.aconfig"],
}

@@ -358,6 +359,13 @@ java_aconfig_library {
    defaults: ["framework-minus-apex-aconfig-java-defaults"],
}

java_aconfig_library {
    name: "android.security.flags-aconfig-java-export",
    aconfig_declarations: "android.security.flags-aconfig",
    mode: "exported",
    defaults: ["framework-minus-apex-aconfig-java-defaults"],
}

java_aconfig_library {
    name: "android.security.flags-aconfig-java-host",
    aconfig_declarations: "android.security.flags-aconfig",
+1 −0
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ flag {
    description: "Android Advanced Protection Mode Service and Manager"
    bug: "352420507"
    is_fixed_read_only: true
    is_exported: true
}

flag {