| Christopher Tate | b100cbf | 2010-07-26 11:24:18 -0700 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | include $(CLEAR_VARS) | ||||
| 3 | |||||
| 4 | LOCAL_MODULE_TAGS := optional | ||||
| 5 | |||||
| 6 | LOCAL_SRC_FILES := $(call all-subdir-java-files) | ||||
| 7 | |||||
| 8 | LOCAL_PACKAGE_NAME := LargeAssetTest | ||||
| Anton Hansson | a3e79fb | 2018-02-23 12:57:51 +0000 | [diff] [blame] | 9 | LOCAL_SDK_VERSION := current |
| Christopher Tate | b100cbf | 2010-07-26 11:24:18 -0700 | [diff] [blame] | 10 | LOCAL_CERTIFICATE := platform |
| 11 | |||||
| 12 | include $(BUILD_PACKAGE) | ||||