summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTsu Chiang Chuang <tsu@google.com>2011-06-17 11:26:15 -0700
committerTsu Chiang Chuang <tsu@google.com>2011-06-17 12:11:23 -0700
commit923aa624630e6d4d197eda9907eae1b57512ac57 (patch)
treec98455d88bdce0f89f6066d915fcb628bc4f1fef /Android.mk
parentb6c2a87511aeb5b7cc2c20417503dc52a283067c (diff)
downloadandroid_packages_apps_Trebuchet-923aa624630e6d4d197eda9907eae1b57512ac57.tar.gz
android_packages_apps_Trebuchet-923aa624630e6d4d197eda9907eae1b57512ac57.tar.bz2
android_packages_apps_Trebuchet-923aa624630e6d4d197eda9907eae1b57512ac57.zip
rectify build files.
Change-Id: I138ac7805cb045f960e32193bad95a73cd8b063e
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 844f05291..980d0e228 100644
--- a/Android.mk
+++ b/Android.mk
@@ -35,6 +35,6 @@ LOCAL_PROGUARD_FLAG_FILES := proguard.flags
include $(BUILD_PACKAGE)
-include $(call all-subdir-makefiles)
+include $(call all-makefiles-under,$(LOCAL_PATH))
endif