summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 81e2977..a46fd2c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,7 +14,9 @@
# limitations under the License.
#
+ifeq ($(TARGET_SLSI_VARIANT),cm)
ifeq ($(TARGET_SOC), exynos5430)
+
exynos543x_dirs := \
mobicore \
gralloc \
@@ -37,3 +39,4 @@ endif
include $(call all-named-subdir-makefiles,$(exynos543x_dirs))
endif
+endif