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 |
Anton Hansson | ab6ec61 | 2018-02-23 12:57:51 +0000 | [diff] [blame] | 8 | LOCAL_SDK_VERSION := current |
Craig Mautner | 2ad0bb4 | 2015-04-08 15:43:26 -0700 | [diff] [blame] | 9 | LOCAL_CERTIFICATE := platform |
| 10 | |
| 11 | LOCAL_SRC_FILES := $(call all-Iaidl-files-under, src) $(call all-java-files-under, src) |
| 12 | |
| 13 | include $(BUILD_PACKAGE) |
| 14 | |
| 15 | # Use the following include to make our test apk. |
| 16 | include $(call all-makefiles-under,$(LOCAL_PATH)) |