blob: ec250ffe3aa03b438d630e41f193da30c4f10e1c [file] [log] [blame]
Jeff Brown26875502014-01-30 21:47:47 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := optional
5
6# Only compile source java files in this apk.
7LOCAL_SRC_FILES := $(call all-java-files-under, src)
8
9LOCAL_PACKAGE_NAME := DozeTest
Anton Hanssonab6ec612018-02-23 12:57:51 +000010LOCAL_PRIVATE_PLATFORM_APIS := true
Jeff Brown26875502014-01-30 21:47:47 -080011
12include $(BUILD_PACKAGE)
13
14# Use the following include to make our test apk.
15include $(call all-makefiles-under,$(LOCAL_PATH))