summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAndrei Popescu <andreip@google.com>2010-02-09 16:59:58 +0000
committerJohn Spong <spong@google.com>2010-02-22 16:02:50 -0800
commit606e9392b3585a5ca401d65e1515963390b5e8ff (patch)
tree49cf6e578c2951fffb36ea7ffaf33c24c0167341 /Android.mk
parente4c98469644d3fa2689cf6658b1999add13c7e0e (diff)
downloadpackages_apps_browser-606e9392b3585a5ca401d65e1515963390b5e8ff.zip
packages_apps_browser-606e9392b3585a5ca401d65e1515963390b5e8ff.tar.gz
packages_apps_browser-606e9392b3585a5ca401d65e1515963390b5e8ff.tar.bz2
Implement test to iterate over list of URLs and store load times.
Also patch makefiles to correctly build tests and allow for hidden API calls in test.
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 537ad60..d67a338 100644
--- a/Android.mk
+++ b/Android.mk
@@ -8,7 +8,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
gsf-client
LOCAL_SRC_FILES := \
- $(call all-subdir-java-files) \
+ $(call all-java-files-under, src) \
src/com/android/browser/EventLogTags.logtags
LOCAL_PACKAGE_NAME := Browser