diff --git a/LG/V40/Android.mk b/LG/V40/Android.mk new file mode 100644 index 0000000..9042c43 --- /dev/null +++ b/LG/V40/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-lg-v40 +LOCAL_MODULE_PATH := $(TARGET_OUT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/LG/V40/AndroidManifest.xml b/LG/V40/AndroidManifest.xml new file mode 100644 index 0000000..a0f4eb7 --- /dev/null +++ b/LG/V40/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/LG/V40/res/values-land/notch.xml b/LG/V40/res/values-land/notch.xml new file mode 100644 index 0000000..7e9d1fc --- /dev/null +++ b/LG/V40/res/values-land/notch.xml @@ -0,0 +1,22 @@ + + + + + 24dp + \ No newline at end of file diff --git a/LG/V40/res/values/notch.xml b/LG/V40/res/values/notch.xml new file mode 100644 index 0000000..ee3ffc8 --- /dev/null +++ b/LG/V40/res/values/notch.xml @@ -0,0 +1,27 @@ + + + + + 94px + + 94px + + 24dp + M -250,0 L -250,94 L 250,94 L 250,0 Z + \ No newline at end of file diff --git a/overlay.mk b/overlay.mk index b957740..de4a1c7 100644 --- a/overlay.mk +++ b/overlay.mk @@ -25,6 +25,7 @@ PRODUCT_PACKAGES += \ treble-overlay-huawei-telephony \ treble-overlay-lenovo-z5 \ treble-overlay-lg-g7 \ + treble-overlay-lg-v40 \ treble-overlay-moto-g6 \ treble-overlay-moto-g6plus \ treble-overlay-nokia-b2n \