From 4f2ced445dcd22b4401c4efb7b1dd2f57a1899ed Mon Sep 17 00:00:00 2001 From: alexandremarkus Date: Sun, 15 May 2022 20:11:35 -0400 Subject: [PATCH] fix errors --- LG/{G7 One => G7One}/Android.mk | 2 +- LG/{G7 One => G7One}/AndroidManifest.xml | 6 +++--- LG/{G7 One => G7One}/res/values-land/notch.xml | 0 LG/{G7 One => G7One}/res/values/config.xml | 0 LG/{G7 One => G7One}/res/values/notch.xml | 0 LG/{G7 One => G7One}/res/xml/power_profile.xml | 0 overlay.mk | 1 + 7 files changed, 5 insertions(+), 4 deletions(-) rename LG/{G7 One => G7One}/Android.mk (76%) rename LG/{G7 One => G7One}/AndroidManifest.xml (74%) rename LG/{G7 One => G7One}/res/values-land/notch.xml (100%) rename LG/{G7 One => G7One}/res/values/config.xml (100%) rename LG/{G7 One => G7One}/res/values/notch.xml (100%) rename LG/{G7 One => G7One}/res/xml/power_profile.xml (100%) diff --git a/LG/G7 One/Android.mk b/LG/G7One/Android.mk similarity index 76% rename from LG/G7 One/Android.mk rename to LG/G7One/Android.mk index 185c364..7e80f55 100644 --- a/LG/G7 One/Android.mk +++ b/LG/G7One/Android.mk @@ -1,7 +1,7 @@ LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE_TAGS := optional -LOCAL_PACKAGE_NAME := treble-overlay-lg-g7 +LOCAL_PACKAGE_NAME := treble-overlay-lg-phoenix_lao_com-phoenix_sprout LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true LOCAL_PRIVATE_PLATFORM_APIS := true diff --git a/LG/G7 One/AndroidManifest.xml b/LG/G7One/AndroidManifest.xml similarity index 74% rename from LG/G7 One/AndroidManifest.xml rename to LG/G7One/AndroidManifest.xml index b021b40..8e568b6 100644 --- a/LG/G7 One/AndroidManifest.xml +++ b/LG/G7One/AndroidManifest.xml @@ -1,10 +1,10 @@ diff --git a/LG/G7 One/res/values-land/notch.xml b/LG/G7One/res/values-land/notch.xml similarity index 100% rename from LG/G7 One/res/values-land/notch.xml rename to LG/G7One/res/values-land/notch.xml diff --git a/LG/G7 One/res/values/config.xml b/LG/G7One/res/values/config.xml similarity index 100% rename from LG/G7 One/res/values/config.xml rename to LG/G7One/res/values/config.xml diff --git a/LG/G7 One/res/values/notch.xml b/LG/G7One/res/values/notch.xml similarity index 100% rename from LG/G7 One/res/values/notch.xml rename to LG/G7One/res/values/notch.xml diff --git a/LG/G7 One/res/xml/power_profile.xml b/LG/G7One/res/xml/power_profile.xml similarity index 100% rename from LG/G7 One/res/xml/power_profile.xml rename to LG/G7One/res/xml/power_profile.xml diff --git a/overlay.mk b/overlay.mk index 46bc36f..f41c9bb 100755 --- a/overlay.mk +++ b/overlay.mk @@ -57,6 +57,7 @@ PRODUCT_PACKAGES += \ treble-overlay-lenovo-s5pro \ treble-overlay-lenovo-z5 \ treble-overlay-lg-g7 \ + treble-overlay-lg-phoenix_lao_com-phoenix_sprout \ treble-overlay-lg-v40 \ treble-overlay-lg-velvet \ treble-overlay-lge-mfh505glm \