blob: 5340cdd5f29b3c81da8f9b58cad4cc5d2bce3d68 [file] [log] [blame]
Adam Powell8acdb202010-01-06 17:33:52 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES := $(call all-subdir-java-files)
5
6LOCAL_PACKAGE_NAME := TransformTest
Anton Hanssona3e79fb2018-02-23 12:57:51 +00007LOCAL_SDK_VERSION := current
Adam Powell8acdb202010-01-06 17:33:52 -08008
9LOCAL_MODULE_TAGS := tests
10
11include $(BUILD_PACKAGE)