Mathias Agopian | 4d661eb | 2009-06-01 18:59:44 -0700 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
2 | include $(CLEAR_VARS) | ||||
3 | |||||
4 | LOCAL_MODULE_TAGS := tests | ||||
5 | |||||
6 | LOCAL_SRC_FILES := $(call all-subdir-java-files) | ||||
7 | |||||
8 | LOCAL_PACKAGE_NAME := LightingTest | ||||
Anton Hansson | d8b1200 | 2018-02-22 17:07:13 +0000 | [diff] [blame] | 9 | LOCAL_SDK_VERSION := current |
Mathias Agopian | 4d661eb | 2009-06-01 18:59:44 -0700 | [diff] [blame] | 10 | LOCAL_CERTIFICATE := platform |
11 | |||||
12 | include $(BUILD_PACKAGE) |