bliss: setup TARGET_RELEASE nd aconfig flags
Change-Id: I72045560a3dfaa687e4400e1e234c1f6b5539992
Co-authored-by: Daniel <danielml3@users.noreply.github.com>
Co-authored-by: basamaryan <basam.aryan@gmail.com>
Signed-off-by: Jis G Jacob <studiokeys@blissroms.org>
diff --git a/release/aconfig/ap2a/Android.bp b/release/aconfig/ap2a/Android.bp
new file mode 100644
index 0000000..b03677e
--- /dev/null
+++ b/release/aconfig/ap2a/Android.bp
@@ -0,0 +1,21 @@
+//
+// Copyright (C) 2024 The LineageOS Project
+//
+// 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_value_set {
+ name: "aconfig_value_set-bliss-ap2a",
+ values: [
+ "aconfig-values-ap2a-com.android.systemui.flags-all",
+ ],
+}