This CL is created as a best effort to migrate test targets to the new android ownership model. If you find incorrect or unnecessary attribution in this CL, please create a separate CL to fix that. For more details please refer to the link below, <add g3 doc link> Bug: 304529413 Test: N/A Change-Id: I921e99879cf2be50bc0232d88c5bb2dfcbdc1123
69 lines
1.6 KiB
Plaintext
69 lines
1.6 KiB
Plaintext
package {
|
|
default_team: "trendy_team_android_settings_app",
|
|
default_applicable_licenses: ["packages_apps_Settings_license"],
|
|
}
|
|
|
|
aconfig_declarations {
|
|
name: "aconfig_settings_flags",
|
|
package: "com.android.settings.flags",
|
|
container: "system",
|
|
srcs: [
|
|
"*.aconfig",
|
|
],
|
|
}
|
|
|
|
java_aconfig_library {
|
|
name: "aconfig_settings_flags_lib",
|
|
aconfig_declarations: "aconfig_settings_flags",
|
|
}
|
|
|
|
aconfig_declarations {
|
|
name: "factory_reset_flags",
|
|
package: "com.android.settings.factory_reset",
|
|
container: "system",
|
|
srcs: ["factory_reset/*.aconfig"],
|
|
}
|
|
|
|
java_aconfig_library {
|
|
name: "factory_reset_flags_lib",
|
|
aconfig_declarations: "factory_reset_flags",
|
|
}
|
|
|
|
aconfig_declarations {
|
|
name: "media_drm_flags",
|
|
package: "com.android.settings.media_drm",
|
|
container: "system",
|
|
srcs: ["media_drm/*.aconfig"],
|
|
}
|
|
|
|
java_aconfig_library {
|
|
name: "MediaDrmSettingsFlagsLib",
|
|
aconfig_declarations: "media_drm_flags",
|
|
}
|
|
|
|
aconfig_declarations {
|
|
name: "accessibility_flags",
|
|
package: "com.android.settings.accessibility",
|
|
container: "system",
|
|
srcs: ["accessibility/*.aconfig"],
|
|
}
|
|
|
|
java_aconfig_library {
|
|
name: "accessibility_settings_flags_lib",
|
|
aconfig_declarations: "accessibility_flags",
|
|
}
|
|
|
|
aconfig_declarations {
|
|
name: "development_settings_flags",
|
|
package: "com.android.settings.development",
|
|
container: "system",
|
|
srcs: [
|
|
"development/**/*.aconfig",
|
|
],
|
|
}
|
|
|
|
java_aconfig_library {
|
|
name: "development_settings_flag_lib",
|
|
aconfig_declarations: "development_settings_flags",
|
|
}
|