msm8937-common: Support Redmi 4/4X(santoni)
This commit is contained in:
parent
8600353606
commit
8f0b5c54cc
3 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifeq ($(TARGET_DEVICE),land)
|
||||
ifneq ($(filter land santoni,$(TARGET_DEVICE)),)
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
|
||||
|
|
|
@ -16,6 +16,6 @@
|
|||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifeq ($(TARGET_DEVICE),land)
|
||||
ifneq ($(filter land santoni,$(TARGET_DEVICE)),)
|
||||
include $(call all-subdir-makefiles,$(LOCAL_PATH))
|
||||
endif
|
||||
|
|
|
@ -40,7 +40,7 @@ fi
|
|||
setup_vendor "$DEVICE_COMMON" "$VENDOR" "$CM_ROOT" true
|
||||
|
||||
# Copyright headers and guards
|
||||
write_headers "land"
|
||||
write_headers "land santoni"
|
||||
|
||||
# The standard common blobs
|
||||
write_makefiles "$MY_DIR"/proprietary-files-qc.txt
|
||||
|
|
Loading…
Reference in a new issue