s/exynos7570/exynos7580/
[GitHub/LineageOS/android_hardware_samsung_slsi_exynos7580.git] / Android.mk
index 070727020c7b36b08425a4a850023aafb9e5de95..979b04cb21022dff1d8334793b42a90bd7430feb 100644 (file)
 # limitations under the License.
 #
 
-ifeq ($(TARGET_SOC), exynos7570)
-exynos7570_dirs := \
+ifeq ($(TARGET_SOC), exynos7580)
+exynos7580_dirs := \
        libgatekeeper \
        libkeymaster \
 
 ifeq ($(BOARD_BACK_CAMERA_USES_EXTERNAL_CAMERA), true)
-exynos7570_dirs += \
+exynos7580_dirs += \
        libcamera_external
 else ifeq ($(BOARD_FRONT_CAMERA_USES_EXTERNAL_CAMERA), true)
-exynos7570_dirs += \
+exynos7580_dirs += \
        libcamera_external
 else
-exynos7570_dirs += \
+exynos7580_dirs += \
        libcamera \
        libcamera3 \
        libcameraInterface
 endif
 
-include $(call all-named-subdir-makefiles,$(exynos7570_dirs))
+include $(call all-named-subdir-makefiles,$(exynos7580_dirs))
 
 endif