blob: 1a0470c366abfc708279ea17de8ee5364b7ae82b [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := DisableSuspend
include $(BUILD_PACKAGE)