1
0
Fork 0

Android.mk: Re-add required modules

* This got accidentally left out in the prebuilt commit
This commit is contained in:
Chirayu Desai 2019-08-01 15:21:19 +05:30
parent 726cea0a09
commit e44966200b

View file

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