sm8250-common: Disable OPFrameworkConfigOverlay

This commit is contained in:
LuK1337 2020-06-24 22:23:31 +02:00
parent 37f2c91f18
commit b279cc8d58
3 changed files with 22 additions and 1 deletions

View file

@ -33,7 +33,8 @@ PRODUCT_PACKAGES += \
OnePlusIconShapeRoundedRectOverlay \ OnePlusIconShapeRoundedRectOverlay \
OnePlusIconShapeSquareOverlay \ OnePlusIconShapeSquareOverlay \
OnePlusIconShapeSquircleOverlay \ OnePlusIconShapeSquircleOverlay \
OnePlusIconShapeTeardropOverlay OnePlusIconShapeTeardropOverlay \
OPFrameworkConfigOverlay
# VNDK # VNDK
PRODUCT_TARGET_VNDK_VERSION := 29 PRODUCT_TARGET_VNDK_VERSION := 29

View file

@ -0,0 +1,14 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_CERTIFICATE := platform
LOCAL_PACKAGE_NAME := OPFrameworkConfigOverlay
LOCAL_SDK_VERSION := current
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/vendor_overlay/$(PRODUCT_TARGET_VNDK_VERSION)/overlay
include $(BUILD_PACKAGE)

View file

@ -0,0 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.oneplus.overlay"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android" android:priority="1337"/>
</manifest>