Add UnifiedNlp (GAPPS) version 1.6.8 from F-Droid

* Use the "GAPPS" version: Don't prevent users from installing apps
  that use the com.google.android.gms package name, as the "no GAPPS"
  variant does.
* Enable updates via F-Droid by including the presigned apk from them.

Issue: FP2P-530
Change-Id: I0958b552c414ec460c9124cfd1259144068b38cf
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..31f8fba
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,28 @@
+# Copyright 2021 Fairphone B.V.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+LOCAL_PATH := $(call my-dir)
+
+include $(CLEAR_VARS)
+
+LOCAL_MODULE := UnifiedNlp
+LOCAL_MODULE_CLASS := APPS
+LOCAL_MODULE_TAGS := optional
+LOCAL_BUILT_MODULE_STEM := package.apk
+LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
+LOCAL_CERTIFICATE := PRESIGNED
+LOCAL_SRC_FILES := UnifiedNlp.apk
+
+include $(BUILD_PREBUILT)
diff --git a/UnifiedNlp.apk b/UnifiedNlp.apk
new file mode 100644
index 0000000..a14e111
--- /dev/null
+++ b/UnifiedNlp.apk
Binary files differ