1c8ca07eb52a54efe327d024dc542e0a7f8849bfbChris WrenLOCAL_PATH:= $(call my-dir)
2c8ca07eb52a54efe327d024dc542e0a7f8849bfbChris Wreninclude $(CLEAR_VARS)
3c8ca07eb52a54efe327d024dc542e0a7f8849bfbChris Wren
4c8ca07eb52a54efe327d024dc542e0a7f8849bfbChris WrenLOCAL_MODULE_TAGS := optional
5c8ca07eb52a54efe327d024dc542e0a7f8849bfbChris Wren
6c8ca07eb52a54efe327d024dc542e0a7f8849bfbChris Wren# Only compile source java files in this apk.
7c8ca07eb52a54efe327d024dc542e0a7f8849bfbChris WrenLOCAL_SRC_FILES := $(call all-java-files-under, src)
8c8ca07eb52a54efe327d024dc542e0a7f8849bfbChris Wren
9c8ca07eb52a54efe327d024dc542e0a7f8849bfbChris WrenLOCAL_PACKAGE_NAME := PhotoTable
10c8ca07eb52a54efe327d024dc542e0a7f8849bfbChris Wren
11c8ca07eb52a54efe327d024dc542e0a7f8849bfbChris WrenLOCAL_SDK_VERSION := current
12c8ca07eb52a54efe327d024dc542e0a7f8849bfbChris Wren
13c8ca07eb52a54efe327d024dc542e0a7f8849bfbChris Wreninclude $(BUILD_PACKAGE)
14c8ca07eb52a54efe327d024dc542e0a7f8849bfbChris Wren
15c8ca07eb52a54efe327d024dc542e0a7f8849bfbChris Wren# Use the following include to make our test apk.
16c8ca07eb52a54efe327d024dc542e0a7f8849bfbChris Wreninclude $(call all-makefiles-under,$(LOCAL_PATH))
17