Support M
[GitHub/LineageOS/android_hardware_samsung_slsi_exynos5.git] / Android.mk
index 601171043dbf5604062c22d2f8d4899b29b9a3cd..b6b074f3e9b8dbd873ab8fc16d4b4ec1aba09b86 100644 (file)
@@ -16,6 +16,7 @@
 #
 
 ifeq ($(TARGET_BOARD_PLATFORM),exynos5)
+ifeq ($(TARGET_SLSI_VARIANT),)
 
 exynos5_dirs := \
        libion_exynos \
@@ -32,7 +33,8 @@ exynos5_dirs := \
        libcamera2 \
        mobicore \
        libkeymaster \
-       gralloc
+       gralloc \
+       libsecurepath
 
 BOARD_USE_V4L2 := true
 BOARD_USE_V4L2_ION := true
@@ -60,3 +62,4 @@ USE_HWC_CSC_THREAD := true
 include $(call all-named-subdir-makefiles,$(exynos5_dirs))
 
 endif
+endif