blob: 9de5b560d33bc2863f2862210aedc6dff337f946 [file] [log] [blame]
The Android Open Source Project0c908882009-03-03 19:32:16 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := user development
5
6# TODO: Remove dependency of application on the test runner (android.test.runner)
7# library.
8LOCAL_JAVA_LIBRARIES := android.test.runner
9
10LOCAL_STATIC_JAVA_LIBRARIES := googlelogin-client
11
12LOCAL_SRC_FILES := $(call all-subdir-java-files)
13
14LOCAL_PACKAGE_NAME := Browser
15
16include $(BUILD_PACKAGE)