Browse Source

sm8450-common: Add support for mondrian

Change-Id: I0687f43ec1565e15bb1c28b1f82135bc93a42c95
Arian 1 year ago
parent
commit
ab6d2997d5
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 zeus,$(TARGET_DEVICE)),)
+ifneq ($(filter cupid mondrian zeus,$(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 zeus"
+write_headers "cupid mondrian zeus"
 
 # The standard common blobs
 write_makefiles "${MY_DIR}/proprietary-files.txt" true