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

Commit 10cf5eec authored by Yu-Han Yang's avatar Yu-Han Yang
Browse files

Export location flags

Also mark assistance_provider_interface as is_exported: true
This allows apps to depend on the flagged APIs

Bug: 401741230
Flag: EXEMPT flag config update
Test: m all_aconfig_declarations
Test: printflags --format='{fully_qualified_name}:{is_exported}' | grep true
Change-Id: Ib8601b69d69d621d30fbcf4a31d6233ceb6f9d18
parent fd356738
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -346,6 +346,7 @@ aconfig_declarations {
    name: "android.location.flags-aconfig",
    package: "android.location.flags",
    container: "system",
    exportable: true,
    srcs: [
        "location/java/android/location/flags/*.aconfig",
    ],
+1 −0
Original line number Diff line number Diff line
@@ -167,4 +167,5 @@ flag {
    namespace: "location"
    description: "Flag for GNSS assistance interface"
    bug: "209078566"
    is_exported: true
}