OSDN Git Service

Automated import from //branches/donutburger/...@141685,141685
[android-x86/packages-apps-Browser.git] / Android.mk
1 LOCAL_PATH:= $(call my-dir)
2 include $(CLEAR_VARS)
3
4 LOCAL_MODULE_TAGS := user
5
6 # TODO: Remove dependency of application on the test runner (android.test.runner) 
7 # library.
8 LOCAL_JAVA_LIBRARIES := android.test.runner
9
10 LOCAL_STATIC_JAVA_LIBRARIES := google-framework
11
12 LOCAL_SRC_FILES := $(call all-subdir-java-files)
13
14 LOCAL_PACKAGE_NAME := Browser
15
16 include $(BUILD_PACKAGE)