The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | include $(CLEAR_VARS) |
| 3 | |
Jean-Baptiste Queru | b699c4b | 2010-01-05 16:27:21 -0800 | [diff] [blame^] | 4 | LOCAL_MODULE_TAGS := optional |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 5 | |
Joe Onorato | 3448358 | 2009-03-24 20:44:17 -0700 | [diff] [blame] | 6 | LOCAL_STATIC_JAVA_LIBRARIES := google-framework |
Ramanan Rajeswaran | f447f26 | 2009-03-24 20:40:12 -0700 | [diff] [blame] | 7 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 8 | LOCAL_SRC_FILES := $(call all-subdir-java-files) |
| 9 | |
| 10 | LOCAL_PACKAGE_NAME := Browser |
| 11 | |
| 12 | include $(BUILD_PACKAGE) |
Brett Chabot | 30ab9ad | 2009-06-05 11:21:18 -0700 | [diff] [blame] | 13 | |
| 14 | # additionally, build tests in sub-folders in a separate .apk |
| 15 | include $(call all-makefiles-under,$(LOCAL_PATH)) |