android_vendor_hardware_ove.../ONN/mid7019/Android.mk
Justin Settle a4c8bb42ca
Rename ONN 100071481 to mid7019 to hopefully fix build
I've left android:requiredSystemPropertyValue="+*onn/100071481*" with
the numeric string but I've changed the description name to be not
entirly numeric.  I'm using the tablet's "other name" based on below:

[ro.bootimage.build.fingerprint]: [onn/100071481/mid7019_mr_32:11/RP1A.200720.011/qyh20220216:user/release-keys]
2023-03-06 08:12:23 -05:00

9 lines
286 B
Makefile

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