sm8250-common: import common/kona overlays from nio
https://github.com/LineageOS/android_device_motorola_nio at 03bb670fb7e1236ebe54e06351ddaa05fb4e58f6
This commit is contained in:
parent
802309e154
commit
daf9cf42d6
71 changed files with 6430 additions and 1 deletions
14
resource-overlay/common/Telephony/Android.mk
Normal file
14
resource-overlay/common/Telephony/Android.mk
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
LOCAL_PATH:= $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_PRODUCT_MODULE := true
|
||||
LOCAL_CERTIFICATE := platform
|
||||
|
||||
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
||||
|
||||
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
|
||||
|
||||
LOCAL_PACKAGE_NAME := TelephonyResCommon
|
||||
LOCAL_SDK_VERSION := current
|
||||
|
||||
include $(BUILD_RRO_PACKAGE)
|
||||
Loading…
Add table
Add a link
Reference in a new issue