android_vendor_hardware_ove.../Samsung/M31s/Android.mk
Rufus Immanuel Raj P 70d3869ead Fix brightness issue on 1ui4 firmware
1. Fixed brightness issue on One UI 4 Firmware (by adding 2 configs from stock, that cause tests to fail)
2. Added System UI overlay to make screen on and off animations go towards the power button instead of volume
2022-06-03 20:30:11 +05:30

9 lines
285 B
Makefile
Executable file

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