android_vendor_hardware_ove.../Xiaomi/RedmiNote9S/Android.mk
Aarqw12 afc87c1353 Add overlay for Redminote9S/Pro/ProMax
* extracted settings from V12.0.4.0.RJWMIXM
* import 255 brithness from caf for fix brithness issue
*fix headset issue
*fix wifi issue
*fix notch issue
*fix color mod in display settings
2021-08-28 19:17:06 -04:00

9 lines
291 B
Makefile

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-xiaomi-redminote9s
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)