sm8250-common: Disable OPFrameworkConfigOverlay
This commit is contained in:
parent
37f2c91f18
commit
b279cc8d58
3 changed files with 22 additions and 1 deletions
|
@ -33,7 +33,8 @@ PRODUCT_PACKAGES += \
|
|||
OnePlusIconShapeRoundedRectOverlay \
|
||||
OnePlusIconShapeSquareOverlay \
|
||||
OnePlusIconShapeSquircleOverlay \
|
||||
OnePlusIconShapeTeardropOverlay
|
||||
OnePlusIconShapeTeardropOverlay \
|
||||
OPFrameworkConfigOverlay
|
||||
|
||||
# VNDK
|
||||
PRODUCT_TARGET_VNDK_VERSION := 29
|
||||
|
|
|
@ -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)
|
|
@ -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>
|
Loading…
Reference in a new issue