From b11143026d752f4f23e7b01a9f740680c2511754 Mon Sep 17 00:00:00 2001 From: shuixx Date: Sat, 15 Mar 2025 12:06:27 +0800 Subject: [PATCH] CertifiedPropOverlay --- overlay/CertifiedPropOverlay/Android.bp | 24 ++++++++++++++ .../CertifiedPropOverlay/AndroidManifest.xml | 20 ++++++++++++ .../res/values/config.xml | 31 +++++++++++++++++++ overlay/overlay.mk | 3 +- 4 files changed, 77 insertions(+), 1 deletion(-) create mode 100644 overlay/CertifiedPropOverlay/Android.bp create mode 100644 overlay/CertifiedPropOverlay/AndroidManifest.xml create mode 100644 overlay/CertifiedPropOverlay/res/values/config.xml diff --git a/overlay/CertifiedPropOverlay/Android.bp b/overlay/CertifiedPropOverlay/Android.bp new file mode 100644 index 0000000..621f6ec --- /dev/null +++ b/overlay/CertifiedPropOverlay/Android.bp @@ -0,0 +1,24 @@ +// +// Copyright (c) 2020,2022 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. +// + +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + +runtime_resource_overlay { + name: "CertifiedPropOverlay", + system_ext_specific: true, +} diff --git a/overlay/CertifiedPropOverlay/AndroidManifest.xml b/overlay/CertifiedPropOverlay/AndroidManifest.xml new file mode 100644 index 0000000..dc4ba2b --- /dev/null +++ b/overlay/CertifiedPropOverlay/AndroidManifest.xml @@ -0,0 +1,20 @@ + + + + + \ No newline at end of file diff --git a/overlay/CertifiedPropOverlay/res/values/config.xml b/overlay/CertifiedPropOverlay/res/values/config.xml new file mode 100644 index 0000000..3f01a2f --- /dev/null +++ b/overlay/CertifiedPropOverlay/res/values/config.xml @@ -0,0 +1,31 @@ + + + + + + + PRODUCT:oriole_beta + DEVICE:oriole + MANUFACTURER:Google + BRAND:google + MODEL:Pixel 6 + ID:BP22.250124.009 + VERSION.RELEASE:Baklava + VERSION.INCREMENTAL:13034193 + FINGERPRINT:google/oriole_beta/oriole:Baklava/BP22.250124.009/13034193:user/release-keys + VERSION.SECURITY_PATCH:2025-02-05 + VERSION.DEVICE_INITIAL_SDK_INT:21 + + \ No newline at end of file diff --git a/overlay/overlay.mk b/overlay/overlay.mk index a5ae725..187b28d 100644 --- a/overlay/overlay.mk +++ b/overlay/overlay.mk @@ -1,3 +1,4 @@ PRODUCT_PACKAGES += \ FontWenkaiOverlay \ - FontWkmonoOverlay \ No newline at end of file + FontWkmonoOverlay \ + CertifiedPropOverlay \ No newline at end of file