Merge "Add flag for Subsequent pair Settings integration" into main
This commit is contained in:
@@ -107,6 +107,7 @@ android_library {
|
|||||||
"Settings-change-ids",
|
"Settings-change-ids",
|
||||||
"androidx.room_room-runtime",
|
"androidx.room_room-runtime",
|
||||||
"SystemUIUnfoldLib",
|
"SystemUIUnfoldLib",
|
||||||
|
"aconfig_settings_flags_lib",
|
||||||
],
|
],
|
||||||
|
|
||||||
plugins: [
|
plugins: [
|
||||||
|
|||||||
17
aconfig/Android.bp
Normal file
17
aconfig/Android.bp
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
package {
|
||||||
|
default_applicable_licenses: ["packages_apps_Settings_license"],
|
||||||
|
}
|
||||||
|
|
||||||
|
aconfig_declarations {
|
||||||
|
name: "aconfig_settings_connecteddevice_flags",
|
||||||
|
package: "com.android.settings.connecteddevice.flags",
|
||||||
|
srcs: [
|
||||||
|
"settings_connecteddevice_flag_declarations.aconfig",
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
||||||
|
java_aconfig_library {
|
||||||
|
name: "aconfig_settings_flags_lib",
|
||||||
|
aconfig_declarations: "aconfig_settings_connecteddevice_flags",
|
||||||
|
}
|
||||||
|
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
package: "com.android.settings.connecteddevice.flags"
|
||||||
|
|
||||||
|
flag {
|
||||||
|
name: "enable_subsequent_pair_settings_integration"
|
||||||
|
namespace: "pixel_cross_device_control"
|
||||||
|
description: "Gates whether to enable subsequent pair Settings integration."
|
||||||
|
bug: "296507968"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user