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

Commit 627c3b93 authored by Darrell Shi's avatar Darrell Shi Committed by Android (Google) Code Review
Browse files

Merge "Setup aconfig for communal" into main

parents 64b97286 09dec311
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -164,6 +164,7 @@ android_library {
        "SystemUISharedLib",
        "SystemUI-statsd",
        "SettingsLib",
        "com_android_systemui_communal_flags_lib",
        "com_android_systemui_flags_lib",
        "androidx.core_core-ktx",
        "androidx.viewpager2_viewpager2",
+13 −0
Original line number Diff line number Diff line
@@ -11,3 +11,16 @@ java_aconfig_library {
    name: "com_android_systemui_flags_lib",
    aconfig_declarations: "com_android_systemui_flags",
}

aconfig_declarations {
    name: "com_android_systemui_communal_flags",
    package: "com.android.systemui.communal",
    srcs: [
        "communal.aconfig",
    ],
}

java_aconfig_library {
    name: "com_android_systemui_communal_flags_lib",
    aconfig_declarations: "com_android_systemui_communal_flags",
}
+8 −0
Original line number Diff line number Diff line
package: "com.android.systemui.communal"

flag {
    name: "communal_hub"
    namespace: "communal"
    description: "Enables the communal hub experience"
    bug: "304584416"
}