aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@android.com>2012-01-17 15:48:23 -0800
committerHugo Hudson <hugohudson@google.com>2012-01-24 14:28:34 +0000
commit8d4cf4fbc6d164960275e2993baad28702681393 (patch)
tree703b326be618e7296e10a9bcec788fb70fa91524
parentf225da938fc7f1fe77813cee6ceb33fea3d19f06 (diff)
downloaddexmaker-jb-mr1.1-release.tar.gz
- 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