Add AppleNlpBackend 1.2.3

This commit is contained in:
2020-08-11 14:17:55 +02:00
parent 87e0e49a2f
commit 12fc33cfde
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 := AppleNlpBackend
LOCAL_SRC_FILES := org.microg.nlp.backend.apple_20043.apk
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
LOCAL_CERTIFICATE := platform
include $(BUILD_PREBUILT)

Binary file not shown.