Browse Source

sm8450-common: Add support for ziyi

Change-Id: If606dde1ce83461a438951cc41eff1d1e6c7f639
Signed-off-by: Jens Reidel <[email protected]>
Jens Reidel 1 year ago
parent
commit
810255e006
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Android.mk
  2. 1 1
      setup-makefiles.sh

+ 1 - 1
Android.mk

@@ -6,7 +6,7 @@
 
 LOCAL_PATH := $(call my-dir)
 
-ifneq ($(filter cupid marble mayfly mondrian thor unicorn zeus,$(TARGET_DEVICE)),)
+ifneq ($(filter cupid marble mayfly mondrian thor unicorn zeus ziyi,$(TARGET_DEVICE)),)
 
 include $(call all-makefiles-under,$(LOCAL_PATH))
 

+ 1 - 1
setup-makefiles.sh

@@ -25,7 +25,7 @@ source "${HELPER}"
 setup_vendor "${DEVICE_COMMON}" "${VENDOR_COMMON:-$VENDOR}" "${ANDROID_ROOT}" true
 
 # Warning headers and guards
-write_headers "cupid marble mayfly mondrian thor unicorn zeus"
+write_headers "cupid marble mayfly mondrian thor unicorn zeus ziyi"
 
 # The standard common blobs
 write_makefiles "${MY_DIR}/proprietary-files.txt" true