mirror of
https://github.com/Evolution-X-Devices/hardware_samsung_slsi-linaro_openmax
synced 2026-01-27 06:25:12 +00:00
Add TARGET_SLSI_VARIANT makefile guard
Change-Id: I3df35a154d6f7bb9bad355a7ea4ad417780c5506
This commit is contained in:
committed by
Tim Zimmermann
parent
2d23498c45
commit
3ef353088b
@@ -1,3 +1,4 @@
|
||||
ifeq ($(TARGET_SLSI_VARIANT),linaro)
|
||||
ifneq ($(filter exynos, $(TARGET_SOC_NAME)),)
|
||||
openmax_dirs := \
|
||||
videocodec \
|
||||
@@ -14,3 +15,4 @@ openmax_dirs := \
|
||||
include $(call all-named-subdir-makefiles,$(openmax_dirs))
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user