tequila: Bump aconfig flags extension to AP2A
Change-Id: I7980f9f1a092cd382e0e3d6e928cd322ca3cd8e2
This commit is contained in:
parent
b5b9d562d3
commit
eea368b752
5 changed files with 5 additions and 5 deletions
|
@ -14,8 +14,8 @@
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
aconfig_value_set {
|
aconfig_value_set {
|
||||||
name: "aconfig_value_set-tequila-ap1a",
|
name: "aconfig_value_set-tequila-ap2a",
|
||||||
values: [
|
values: [
|
||||||
"aconfig-values-ap1a-com.android.settingslib.media.flags-all",
|
"aconfig-values-ap2a-com.android.settingslib.media.flags-all",
|
||||||
],
|
],
|
||||||
}
|
}
|
|
@ -14,7 +14,7 @@
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
aconfig_values {
|
aconfig_values {
|
||||||
name: "aconfig-values-ap1a-com.android.settingslib.media.flags-all",
|
name: "aconfig-values-ap2a-com.android.settingslib.media.flags-all",
|
||||||
package: "com.android.settingslib.media.flags",
|
package: "com.android.settingslib.media.flags",
|
||||||
srcs: [
|
srcs: [
|
||||||
"*_flag_values.textproto",
|
"*_flag_values.textproto",
|
|
@ -18,6 +18,6 @@ load("//build/make/core/release_config.scl", "value")
|
||||||
|
|
||||||
values = [
|
values = [
|
||||||
# keep-sorted start numeric=yes
|
# keep-sorted start numeric=yes
|
||||||
value("RELEASE_ACONFIG_VALUE_SETS", "aconfig_value_set-tequila-ap1a"),
|
value("RELEASE_ACONFIG_VALUE_SETS", "aconfig_value_set-tequila-ap2a"),
|
||||||
# keep-sorted end
|
# keep-sorted end
|
||||||
]
|
]
|
|
@ -17,6 +17,6 @@
|
||||||
local_dir := $(dir $(lastword $(MAKEFILE_LIST)))
|
local_dir := $(dir $(lastword $(MAKEFILE_LIST)))
|
||||||
|
|
||||||
# Attach the flag value definitions to the various release configurations.
|
# Attach the flag value definitions to the various release configurations.
|
||||||
$(call declare-release-config, ap1a, $(local_dir)build_config/ap1a.scl)
|
$(call declare-release-config, ap2a, $(local_dir)build_config/ap2a.scl)
|
||||||
|
|
||||||
local_dir :=
|
local_dir :=
|
||||||
|
|
Loading…
Reference in a new issue