OSDN Git Service

Merge "DocumentsUI: Hide pick button of copy destination picker for read only directory."
[android-x86/frameworks-base.git] / tests / LockTaskTests / Android.mk
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))