projects
/
GitHub
/
LineageOS
/
android_hardware_samsung_slsi_exynos5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88c954f
)
exynos5: allow selective variant to be used
cm-12.0
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
author
Ethan Chen
<intervigil@gmail.com>
Mon, 19 Aug 2013 06:07:29 +0000
(23:07 -0700)
committer
Christopher R. Palmer
<crpalmer@gmail.com>
Thu, 13 Nov 2014 10:47:41 +0000
(
05:47
-0500)
Change-Id: I9b5d5abf387bc55fe2c75cadafca05cf09534e71
Android.mk
patch
|
blob
|
blame
|
history
diff --git
a/Android.mk
b/Android.mk
index f279e336b52b7617918cc5d15a0d0d45334cfa4c..b6b074f3e9b8dbd873ab8fc16d4b4ec1aba09b86 100644
(file)
--- a/
Android.mk
+++ b/
Android.mk
@@
-16,6
+16,7
@@
#
ifeq ($(TARGET_BOARD_PLATFORM),exynos5)
+ifeq ($(TARGET_SLSI_VARIANT),)
exynos5_dirs := \
libion_exynos \
@@
-61,3
+62,4
@@
USE_HWC_CSC_THREAD := true
include $(call all-named-subdir-makefiles,$(exynos5_dirs))
endif
+endif