libhwc: Ensure buffer type is a v4l2_buf_type
[GitHub/LineageOS/android_hardware_samsung_slsi_exynos5.git] / Android.mk
index 399a89aee3e955e51058827498c7aa64e270bbdb..b6b074f3e9b8dbd873ab8fc16d4b4ec1aba09b86 100644 (file)
@@ -16,6 +16,7 @@
 #
 
 ifeq ($(TARGET_BOARD_PLATFORM),exynos5)
+ifeq ($(TARGET_SLSI_VARIANT),)
 
 exynos5_dirs := \
        libion_exynos \
@@ -30,7 +31,10 @@ exynos5_dirs := \
        libhwjpeg \
        libhwc \
        libcamera2 \
-       mobicore
+       mobicore \
+       libkeymaster \
+       gralloc \
+       libsecurepath
 
 BOARD_USE_V4L2 := true
 BOARD_USE_V4L2_ION := true
@@ -58,3 +62,4 @@ USE_HWC_CSC_THREAD := true
 include $(call all-named-subdir-makefiles,$(exynos5_dirs))
 
 endif
+endif