Craig Mautner | 2ad0bb4 | 2015-04-08 15:43:26 -0700 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
2 | include $(CLEAR_VARS) | ||||
3 | |||||
4 | LOCAL_MODULE_TAGS := optional | ||||
5 | LOCAL_MODULE_PATH := $(PRODUCT_OUT)/system/priv-app | ||||
6 | |||||
7 | LOCAL_PACKAGE_NAME := LockTaskTests | ||||
8 | LOCAL_CERTIFICATE := platform | ||||
9 | |||||
10 | LOCAL_SRC_FILES := $(call all-Iaidl-files-under, src) $(call all-java-files-under, src) | ||||
11 | |||||
12 | include $(BUILD_PACKAGE) | ||||
13 | |||||
14 | # Use the following include to make our test apk. | ||||
15 | include $(call all-makefiles-under,$(LOCAL_PATH)) |