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

Commit 848acbcf authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Adding Aconfig flag to expose time zone APIs" into main

parents c94f259d 4ab057a7
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -135,6 +135,7 @@ aconfig_declarations_group {
        "surfaceflinger_flags_java_lib",
        "telecom_flags_core_java_lib",
        "telephony_flags_core_java_lib",
        "timezone_flags_core_java_lib",
        // !!! KEEP THIS LIST ALPHABETICAL !!!
    ],
}
@@ -264,6 +265,20 @@ cc_aconfig_library {
    aconfig_declarations: "telephony_flags",
}

// Timezone
aconfig_declarations {
    name: "timezone_flags",
    package: "android.timezone.flags",
    container: "system",
    srcs: ["core/java/android/timezone/flags/flags.aconfig"],
}

java_aconfig_library {
    name: "timezone_flags_core_java_lib",
    aconfig_declarations: "timezone_flags",
    defaults: ["framework-minus-apex-aconfig-java-defaults"],
}

// Window
aconfig_declarations {
    name: "com.android.window.flags.window-aconfig",
+11 −0
Original line number Diff line number Diff line
package: "android.timezone.flags"
container: "system"


flag {
    name: "expose_time_zone_system_api"
    # "location" is used by the Android System Time team for feature flags.
    namespace: "location"
    description: "Turn time zone methods into system APIs for mainline modules"
    bug: "432239933"
}
 No newline at end of file