| Adam Powell | 8acdb20 | 2010-01-06 17:33:52 -0800 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | include $(CLEAR_VARS) | ||||
| 3 | |||||
| 4 | LOCAL_SRC_FILES := $(call all-subdir-java-files) | ||||
| 5 | |||||
| 6 | LOCAL_PACKAGE_NAME := TransformTest | ||||
| Anton Hansson | a3e79fb | 2018-02-23 12:57:51 +0000 | [diff] [blame] | 7 | LOCAL_SDK_VERSION := current |
| Adam Powell | 8acdb20 | 2010-01-06 17:33:52 -0800 | [diff] [blame] | 8 | |
| 9 | LOCAL_MODULE_TAGS := tests | ||||
| 10 | |||||
| 11 | include $(BUILD_PACKAGE) | ||||