summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2012-06-04 22:39:15 +0200
committercodeworkx <daniel.hillenbrand@codeworkx.de>2012-06-04 22:39:15 +0200
commit7bcd6e923ec4f7b0546118c54ed95a727c2a43ba (patch)
tree97e554a662033b570d27a16470b18373387ea8ef /Android.mk
parent05aedbe872f375a2e26fdbb5d005d2ccf39e95b2 (diff)
downloaddevice_samsung_i9300-7bcd6e923ec4f7b0546118c54ed95a727c2a43ba.zip
device_samsung_i9300-7bcd6e923ec4f7b0546118c54ed95a727c2a43ba.tar.gz
device_samsung_i9300-7bcd6e923ec4f7b0546118c54ed95a727c2a43ba.tar.bz2
derb
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 837349f..7238078 100644
--- a/Android.mk
+++ b/Android.mk
@@ -17,6 +17,7 @@
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),i9300)
-include $(BUILD_SYSTEM)/base_rules.mk
+
include $(call all-makefiles-under,$(LOCAL_PATH))
+
endif