Pārlūkot izejas kodu

sm8450-common: Add support for unicorn

Change-Id: I6c55990b330fb0196fa894e89e20fef0c189e70a
Arian 1 gadu atpakaļ
vecāks
revīzija
4fe905243b
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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 mondrian zeus,$(TARGET_DEVICE)),)
+ifneq ($(filter cupid marble mondrian unicorn 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 marble mondrian zeus"
+write_headers "cupid marble mondrian unicorn zeus"
 
 # The standard common blobs
 write_makefiles "${MY_DIR}/proprietary-files.txt" true