Proper names and documentation for Nlp packages

This commit is contained in:
Philip Nagler-Frank
2022-02-04 16:19:28 +01:00
parent ba80049035
commit f70a639297
6 changed files with 6 additions and 4 deletions

View File

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