Create dedicated aconfig folder for catalyst
There will be lots of flags for catalyst, create a dedicated aconfig folder to maintain the catalyst flags. Bug: 335132588 Flag: EXEMPT Move aconfig flag Test: Presubmit Change-Id: I3806320b16b464e29311d74a3941b40ce5051702
This commit is contained in:
@@ -9,6 +9,7 @@ aconfig_declarations {
|
||||
container: "system",
|
||||
srcs: [
|
||||
"*.aconfig",
|
||||
"catalyst/*.aconfig",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -77,4 +78,4 @@ aconfig_declarations {
|
||||
java_aconfig_library {
|
||||
name: "keyboard_flags_lib",
|
||||
aconfig_declarations: "keyboard_flags",
|
||||
}
|
||||
}
|
||||
|
9
aconfig/catalyst/about_phone.aconfig
Normal file
9
aconfig/catalyst/about_phone.aconfig
Normal file
@@ -0,0 +1,9 @@
|
||||
package: "com.android.settings.flags"
|
||||
container: "system"
|
||||
|
||||
flag {
|
||||
name: "catalyst_legal_information"
|
||||
namespace: "android_settings"
|
||||
description: "Flag for Legal information"
|
||||
bug: "323791114"
|
||||
}
|
@@ -50,13 +50,6 @@ flag {
|
||||
bug: "351884562"
|
||||
}
|
||||
|
||||
flag {
|
||||
name: "catalyst_legal_information"
|
||||
namespace: "android_settings"
|
||||
description: "This flag controls the About phone > Legal information page migration"
|
||||
bug: "323791114"
|
||||
}
|
||||
|
||||
flag {
|
||||
name: "updated_suggestion_card_aosp"
|
||||
namespace: "android_settings"
|
||||
|
Reference in New Issue
Block a user