blob: 004723176e4e57c633bf66efcc1fdf814870182b [file] [log] [blame]
Mathias Agopian4d661eb2009-06-01 18:59:44 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := tests
5
6LOCAL_SRC_FILES := $(call all-subdir-java-files)
7
8LOCAL_PACKAGE_NAME := LightingTest
Anton Hanssond8b12002018-02-22 17:07:13 +00009LOCAL_SDK_VERSION := current
Mathias Agopian4d661eb2009-06-01 18:59:44 -070010LOCAL_CERTIFICATE := platform
11
12include $(BUILD_PACKAGE)