Add DroidGuardHelper 0.1.0-10

This commit is contained in:
2020-08-11 14:48:49 +02:00
parent 2fc0b7ea86
commit ff41442b05
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := DroidGuardHelper
LOCAL_SRC_FILES := org.microg.gms.droidguard-14.apk
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
LOCAL_CERTIFICATE := PRESIGNED
include $(BUILD_PREBUILT)