vendor: Welcome BlissROMs v18.x based on Android 15
Change-Id: I99560914d37fad1c5bba520b2807480be7867120
Signed-off-by: Jis G Jacob <studiokeys@blissroms.org>
Signed-off-by: Jackeagle <jackeagle102@gmail.com>
diff --git a/release/aconfig/ap2a/com.android.systemui.flags/Android.bp b/release/aconfig/ap2a/com.android.systemui.flags/Android.bp
deleted file mode 100644
index 4c733c5..0000000
--- a/release/aconfig/ap2a/com.android.systemui.flags/Android.bp
+++ /dev/null
@@ -1,22 +0,0 @@
-//
-// Copyright 2024 Google Inc. All rights reserved.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-
-aconfig_values {
- name: "aconfig-values-ap2a-com.android.systemui.flags-all",
- package: "com.android.systemui",
- srcs: [
- "*.textproto",
- ],
-}
diff --git a/release/aconfig/ap2a/com.android.systemui.flags/systemui_flags.textproto b/release/aconfig/ap2a/com.android.systemui.flags/systemui_flags.textproto
deleted file mode 100644
index 7bda765..0000000
--- a/release/aconfig/ap2a/com.android.systemui.flags/systemui_flags.textproto
+++ /dev/null
@@ -1,20 +0,0 @@
-flag_value {
- package: "com.android.systemui"
- name: "notification_throttle_hun"
- state: ENABLED
- permission: READ_ONLY
-}
-
-flag_value {
- package: "com.android.systemui"
- name: "fast_unlock_transition"
- state: ENABLED
- permission: READ_ONLY
-}
-
-flag_value {
- package: "com.android.systemui"
- name: "new_volume_panel"
- state: ENABLED
- permission: READ_ONLY
-}
diff --git a/release/aconfig/ap2a/Android.bp b/release/aconfig/ap3a/Android.bp
similarity index 79%
rename from release/aconfig/ap2a/Android.bp
rename to release/aconfig/ap3a/Android.bp
index 9e02c04..c4ea0ee 100644
--- a/release/aconfig/ap2a/Android.bp
+++ b/release/aconfig/ap3a/Android.bp
@@ -14,9 +14,9 @@
// limitations under the License.
aconfig_value_set {
- name: "aconfig_value_set-bliss-ap2a",
+ name: "aconfig_value_set-bliss-ap3a",
values: [
- "aconfig-values-ap2a-com.android.systemui.flags-all",
- "aconfig-values-ap2a-com.android.input.flags-all",
+ "aconfig-values-ap3a-com.android.systemui.flags-all",
+ "aconfig-values-ap3a-com.android.input.flags-all",
],
}
diff --git a/release/aconfig/ap2a/com.android.input.flags/Android.bp b/release/aconfig/ap3a/com.android.input.flags/Android.bp
similarity index 92%
rename from release/aconfig/ap2a/com.android.input.flags/Android.bp
rename to release/aconfig/ap3a/com.android.input.flags/Android.bp
index a9e9f5e..d0c92b1 100644
--- a/release/aconfig/ap2a/com.android.input.flags/Android.bp
+++ b/release/aconfig/ap3a/com.android.input.flags/Android.bp
@@ -13,7 +13,7 @@
// limitations under the License.
aconfig_values {
- name: "aconfig-values-ap2a-com.android.input.flags-all",
+ name: "aconfig-values-ap3a-com.android.input.flags-all",
package: "com.android.input.flags",
srcs: [
"*_flag_values.textproto",
diff --git a/release/aconfig/ap2a/com.android.input.flags/enable_pointer_choreographer_flag_values.textproto b/release/aconfig/ap3a/com.android.input.flags/enable_pointer_choreographer_flag_values.textproto
similarity index 100%
rename from release/aconfig/ap2a/com.android.input.flags/enable_pointer_choreographer_flag_values.textproto
rename to release/aconfig/ap3a/com.android.input.flags/enable_pointer_choreographer_flag_values.textproto
diff --git a/release/release_config_map.mk b/release/release_config_map.mk
index a340fb4..7bf4b7a 100644
--- a/release/release_config_map.mk
+++ b/release/release_config_map.mk
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-TARGET_RELEASE := ap2a
+TARGET_RELEASE := ap3a
# Get the directory for this file, and use that instead of a fixed path.
local_dir := $(dir $(lastword $(MAKEFILE_LIST)))