summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorMark Wei <markwei@google.com>2013-10-30 16:02:02 -0700
committerMark Wei <markwei@google.com>2013-10-30 16:08:30 -0700
commit144b2addf23646c813252995dfbc6e8c398df925 (patch)
tree2b8811cb9e6681611c21974e8b5534349982d661 /Android.mk
parent46616414f6dabb6d57b0ac433a5fabe2abb8b5a9 (diff)
downloadbitmap-144b2addf23646c813252995dfbc6e8c398df925.tar.gz
Make the bitmap sample app buildable in git.
The proguard config file causes proguard to fail on the analysis step when building with blaze in google3, proguard 4.9 It does not cause proguard to fail when building in git, proguard 4.4 Bug: 11437985 Change-Id: I67b2fd749c54ae8f5c5fda0dd7742a0f88918685
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 2ccbf5f..825c9e0 100644
--- a/Android.mk
+++ b/Android.mk
@@ -26,3 +26,9 @@ LOCAL_SRC_FILES := \
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
include $(BUILD_STATIC_JAVA_LIBRARY)
+
+
+##################################################
+# Build all sub-directories
+
+include $(call all-makefiles-under,$(LOCAL_PATH))