OSDN Git Service

Implement test to iterate over list of URLs and store load times.
[android-x86/packages-apps-Browser.git] / Android.mk
1 LOCAL_PATH:= $(call my-dir)
2 include $(CLEAR_VARS)
3
4 LOCAL_MODULE_TAGS := optional
5
6 LOCAL_STATIC_JAVA_LIBRARIES := \
7         android-common \
8         gsf-client
9
10 LOCAL_SRC_FILES := \
11         $(call all-java-files-under, src) \
12         src/com/android/browser/EventLogTags.logtags
13
14 LOCAL_PACKAGE_NAME := Browser
15
16 include $(BUILD_PACKAGE)
17
18 # additionally, build tests in sub-folders in a separate .apk
19 include $(call all-makefiles-under,$(LOCAL_PATH))