Android.mk: This is a privileged module

* Again, got left out in the prebuilt commit.
This commit is contained in:
Chirayu Desai 2019-08-01 19:54:22 +05:30
parent e44966200b
commit 045b1c9eef

View file

@ -27,5 +27,6 @@ LOCAL_MODULE := Backup
LOCAL_SRC_FILES := Backup.apk
LOCAL_CERTIFICATE := platform
LOCAL_MODULE_CLASS := APPS
LOCAL_PRIVILEGED_MODULE := true
LOCAL_REQUIRED_MODULES := permissions_com.stevesoltys.backup.xml whitelist_com.stevesoltys.backup.xml
include $(BUILD_PREBUILT)