projects
/
GitHub
/
LineageOS
/
android_hardware_samsung_slsi_exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f157019
)
Add TARGET_SLSI_VARIANT makefile guard
author
Christopher N. Hesse
<raymanfx@gmail.com>
Mon, 19 Feb 2018 19:21:47 +0000
(20:21 +0100)
committer
Jan Altensen
<info@stricted.net>
Sun, 5 Apr 2020 10:22:42 +0000
(12:22 +0200)
Change-Id: I3df35a154d6f7bb9bad355a7ea4ad417780c5506
Android.mk
patch
|
blob
|
blame
|
history
diff --git
a/Android.mk
b/Android.mk
index 38d1631c1a2f8fd1e5d5203fd39010f635ad8a39..bc10d743487f7577b42b3fa0743b147b048d515a 100644
(file)
--- a/
Android.mk
+++ b/
Android.mk
@@
-14,6
+14,8
@@
# limitations under the License.
#
+ifeq ($(TARGET_SLSI_VARIANT),bsp)
+
common_exynos_dirs := \
libion_exynos \
libexynosutils \
@@
-134,3
+136,5
@@
endif
endif
include $(call all-named-subdir-makefiles,$(common_exynos_dirs))
+
+endif # TARGET_SLSI_VARIANT