aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@android.com>2012-01-17 15:48:23 -0800
committerBrett Chabot <brettchabot@android.com>2012-01-17 15:48:23 -0800
commit857f48605df960a596ab318c50aae5525a3130dd (patch)
tree21fe8b848affc72422eb9a0e0a6328d599c4ba8e
parent01f8aeca8a11dbecc160e1ebe2c92f1dc30c2d44 (diff)
downloaddexmaker-857f48605df960a596ab318c50aae5525a3130dd.tar.gz
Fix Android.mk.
- build source as com.* namespace instead of java.com.* - include both dx and dexmaker source Change-Id: I0c55793aff72d24eceea36101b33ae4d8ef3cdf0
-rw-r--r--Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index dc9ffa0..58d1211 100644
--- a/Android.mk
+++ b/Android.mk
@@ -16,8 +16,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
# Include all the java files.
-LOCAL_SRC_FILES := $(call all-java-files-under, src/main)
-LOCAL_SRC_FILES := $(call all-java-files-under, src/dx)
+LOCAL_SRC_FILES := $(call all-java-files-under, src/main/java src/dx/java)
LOCAL_SDK_VERSION := 14