From 8845240e10f03c7e085f82816cda82d34d937f5d Mon Sep 17 00:00:00 2001 From: roynatech2544 Date: Wed, 13 Apr 2022 18:34:15 +0900 Subject: [PATCH] universal7885: Drop unused rro notch overlays --- .../rro_overlays/NotchBarKiller/Android.bp | 19 ------------ .../NotchBarKiller/AndroidManifest.xml | 26 ---------------- .../NotchBarKiller/res/values/config.xml | 31 ------------------- .../NotchBarKiller/res/values/strings.xml | 3 -- .../rro_overlays/VShapedNotch/Android.bp | 19 ------------ .../VShapedNotch/AndroidManifest.xml | 12 ------- .../VShapedNotch/res/values/bools.xml | 4 --- .../VShapedNotch/res/values/dimens.xml | 7 ----- .../VShapedNotch/res/values/public.xml | 11 ------- .../VShapedNotch/res/values/strings.xml | 6 ---- universal7885-common/universal7885-common.mk | 5 --- 11 files changed, 143 deletions(-) delete mode 100644 universal7885-common/rro_overlays/NotchBarKiller/Android.bp delete mode 100644 universal7885-common/rro_overlays/NotchBarKiller/AndroidManifest.xml delete mode 100644 universal7885-common/rro_overlays/NotchBarKiller/res/values/config.xml delete mode 100644 universal7885-common/rro_overlays/NotchBarKiller/res/values/strings.xml delete mode 100644 universal7885-common/rro_overlays/VShapedNotch/Android.bp delete mode 100644 universal7885-common/rro_overlays/VShapedNotch/AndroidManifest.xml delete mode 100644 universal7885-common/rro_overlays/VShapedNotch/res/values/bools.xml delete mode 100644 universal7885-common/rro_overlays/VShapedNotch/res/values/dimens.xml delete mode 100644 universal7885-common/rro_overlays/VShapedNotch/res/values/public.xml delete mode 100644 universal7885-common/rro_overlays/VShapedNotch/res/values/strings.xml diff --git a/universal7885-common/rro_overlays/NotchBarKiller/Android.bp b/universal7885-common/rro_overlays/NotchBarKiller/Android.bp deleted file mode 100644 index 3b13c6d..0000000 --- a/universal7885-common/rro_overlays/NotchBarKiller/Android.bp +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright (C) 2020 Paranoid Android -// -// 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. - -runtime_resource_overlay { - name: "NotchBarKiller", - sdk_version: "current", - product_specific: true, -} diff --git a/universal7885-common/rro_overlays/NotchBarKiller/AndroidManifest.xml b/universal7885-common/rro_overlays/NotchBarKiller/AndroidManifest.xml deleted file mode 100644 index 65b287c..0000000 --- a/universal7885-common/rro_overlays/NotchBarKiller/AndroidManifest.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - diff --git a/universal7885-common/rro_overlays/NotchBarKiller/res/values/config.xml b/universal7885-common/rro_overlays/NotchBarKiller/res/values/config.xml deleted file mode 100644 index 9ef55cc..0000000 --- a/universal7885-common/rro_overlays/NotchBarKiller/res/values/config.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - true - - M 0,0 L 0, 0 C 0,0 0,0 0,0 - @*android:string/config_mainBuiltInDisplayCutout - - - 4 - 5 - - diff --git a/universal7885-common/rro_overlays/NotchBarKiller/res/values/strings.xml b/universal7885-common/rro_overlays/NotchBarKiller/res/values/strings.xml deleted file mode 100644 index e105f42..0000000 --- a/universal7885-common/rro_overlays/NotchBarKiller/res/values/strings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - Notch Bar Killer - diff --git a/universal7885-common/rro_overlays/VShapedNotch/Android.bp b/universal7885-common/rro_overlays/VShapedNotch/Android.bp deleted file mode 100644 index 5fdb173..0000000 --- a/universal7885-common/rro_overlays/VShapedNotch/Android.bp +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright (C) 2020 Paranoid Android -// -// 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. - -runtime_resource_overlay { - name: "VShapedNotch", - sdk_version: "current", - product_specific: true, -} diff --git a/universal7885-common/rro_overlays/VShapedNotch/AndroidManifest.xml b/universal7885-common/rro_overlays/VShapedNotch/AndroidManifest.xml deleted file mode 100644 index 10b23e5..0000000 --- a/universal7885-common/rro_overlays/VShapedNotch/AndroidManifest.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - diff --git a/universal7885-common/rro_overlays/VShapedNotch/res/values/bools.xml b/universal7885-common/rro_overlays/VShapedNotch/res/values/bools.xml deleted file mode 100644 index 97b09ea..0000000 --- a/universal7885-common/rro_overlays/VShapedNotch/res/values/bools.xml +++ /dev/null @@ -1,4 +0,0 @@ - - -true - diff --git a/universal7885-common/rro_overlays/VShapedNotch/res/values/dimens.xml b/universal7885-common/rro_overlays/VShapedNotch/res/values/dimens.xml deleted file mode 100644 index 5d0a69a..0000000 --- a/universal7885-common/rro_overlays/VShapedNotch/res/values/dimens.xml +++ /dev/null @@ -1,7 +0,0 @@ - - -30.0dip -28.0dip -32.0dip -176.0dip - diff --git a/universal7885-common/rro_overlays/VShapedNotch/res/values/public.xml b/universal7885-common/rro_overlays/VShapedNotch/res/values/public.xml deleted file mode 100644 index 5427388..0000000 --- a/universal7885-common/rro_overlays/VShapedNotch/res/values/public.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/universal7885-common/rro_overlays/VShapedNotch/res/values/strings.xml b/universal7885-common/rro_overlays/VShapedNotch/res/values/strings.xml deleted file mode 100644 index 6fa4f1d..0000000 --- a/universal7885-common/rro_overlays/VShapedNotch/res/values/strings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - -M-185,0 H183.34 c-9.77.44-19.57,0.08-29.28,1.24-20.33,1.14-41.18,5.17-58.62,16.24 C78.54,28.27,66,44.26,52,58.29 a72.73,72.73,0,0,1-38.29,19.58 c-16.53,2.51-34,1-49.09-6.62-9.85-4.62-17.88-12.24-25.21-20.18-10.46-11.27-20.9-22.75-33.53-31.66-11.49-8-24.9-12.78-38.53-15.42 C-149.92,0.81,-167.51.39,-185,0Z -Violet Cutout -false - diff --git a/universal7885-common/universal7885-common.mk b/universal7885-common/universal7885-common.mk index 5a985ef..c64e293 100644 --- a/universal7885-common/universal7885-common.mk +++ b/universal7885-common/universal7885-common.mk @@ -248,11 +248,6 @@ PRODUCT_PACKAGES += \ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt -# Notch -PRODUCT_PACKAGES += \ - NotchBarKiller \ - VShapedNotch - # RIL PRODUCT_PACKAGES += \ android.hardware.radio@1.2.vendor \