projects
/
GitHub
/
LineageOS
/
android_hardware_samsung_slsi_exynos7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b14388e
)
add makefile guard
author
Jan Altensen
<info@stricted.net>
Tue, 25 Sep 2018 23:33:33 +0000
(
01:33
+0200)
committer
Jan Altensen
<info@stricted.net>
Sun, 5 Apr 2020 01:04:09 +0000
(
03:04
+0200)
Change-Id: I35720022e6660324c78054414c72d1a1559f097b
Android.mk
patch
|
blob
|
blame
|
history
diff --git
a/Android.mk
b/Android.mk
index 979b04cb21022dff1d8334793b42a90bd7430feb..ac4f2c4efe3727c0e7db1624c2d97f79cb025da3 100644
(file)
--- a/
Android.mk
+++ b/
Android.mk
@@
-14,6
+14,8
@@
# limitations under the License.
#
+ifeq ($(TARGET_BOARD_PLATFORM), exynos5)
+ifeq ($(TARGET_SLSI_VARIANT), bsp)
ifeq ($(TARGET_SOC), exynos7580)
exynos7580_dirs := \
libgatekeeper \
@@
-35,3
+37,5
@@
endif
include $(call all-named-subdir-makefiles,$(exynos7580_dirs))
endif
+endif
+endif