Fix module dependencies in Makefile

This commit is contained in:
Steve Soltys 2018-01-24 20:43:24 -05:00
parent 2dad0538b2
commit c95655aa3a

View file

@ -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