summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 4e318f8..837349f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -17,5 +17,6 @@
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),i9300)
+include $(BUILD_SYSTEM)/base_rules.mk
include $(call all-makefiles-under,$(LOCAL_PATH))
endif