LOCAL_PATH:= $(call my-dir) | |
include $(CLEAR_VARS) | |
LOCAL_MODULE_TAGS := user | |
LOCAL_STATIC_JAVA_LIBRARIES := google-framework | |
LOCAL_SRC_FILES := $(call all-subdir-java-files) | |
LOCAL_PACKAGE_NAME := Browser | |
include $(BUILD_PACKAGE) | |
# additionally, build tests in sub-folders in a separate .apk | |
include $(call all-makefiles-under,$(LOCAL_PATH)) |