Fix module dependencies in Makefile
This commit is contained in:
parent
2dad0538b2
commit
c95655aa3a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ include $(BUILD_PREBUILT)
|
|||
include $(CLEAR_VARS)
|
||||
LOCAL_PACKAGE_NAME := Backup
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_REQUIRED_MODULES := com.stevesoltys.backup.xml
|
||||
LOCAL_REQUIRED_MODULES := permissions_com.stevesoltys.backup.xml whitelist_com.stevesoltys.backup.xml
|
||||
LOCAL_PRIVILEGED_MODULE := true
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
|
||||
|
|
Loading…
Reference in a new issue