summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@android.com>2010-02-19 10:49:27 -0800
committerBrett Chabot <brettchabot@android.com>2010-02-20 17:29:05 -0800
commite70f61b1160e953e5e4d18d30a463fa9ba821779 (patch)
tree763d50921749fb256c7e2b656db045ee21277b06 /Android.mk
parentfda25347b8aaa860e0fdbc972c0f4411c85f8fa3 (diff)
downloadframeworks_base-e70f61b1160e953e5e4d18d30a463fa9ba821779.zip
frameworks_base-e70f61b1160e953e5e4d18d30a463fa9ba821779.tar.gz
frameworks_base-e70f61b1160e953e5e4d18d30a463fa9ba821779.tar.bz2
Retry test-runner tests move.
This time change the frameworks makefile so it only includes test-runner/src in the public API.
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 1700965..06db582 100644
--- a/Android.mk
+++ b/Android.mk
@@ -276,7 +276,7 @@ packages_to_document := \
# Search through the base framework dirs for these packages.
# The result will be relative to frameworks/base.
fwbase_dirs_to_document := \
- test-runner \
+ test-runner/src \
$(patsubst $(LOCAL_PATH)/%,%, \
$(wildcard \
$(foreach dir, $(FRAMEWORKS_BASE_JAVA_SRC_DIRS), \