LOSCoins

Change-Id: I433740f2e3102eeb06b471e80ca6539971a05613
Signed-off-by: Joey <joey@lineageos.org>
diff --git a/config/common.mk b/config/common.mk
index 7ed8098..16f3e1a 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -138,7 +138,8 @@
     Trebuchet \
     Updater \
     WallpaperPicker \
-    WeatherProvider
+    WeatherProvider \
+    LOSCoins
 
 # Exchange support
 PRODUCT_PACKAGES += \
diff --git a/loscoins/Android.mk b/loscoins/Android.mk
new file mode 100644
index 0000000..149e0f5
--- /dev/null
+++ b/loscoins/Android.mk
@@ -0,0 +1,31 @@
+#
+# Copyright (C) 2018 The LineageOS Project
+#
+# 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 := LOSCoins
+LOCAL_MODULE_CLASS := APPS
+LOCAL_CERTIFICATE := $(DEFAULT_SYSTEM_DEV_CERTIFICATE)
+
+LOCAL_SRC_FILES := LOSCoins.apk
+include $(BUILD_PREBUILT)
+
+LOCAL_DEX_PREOPT := false
+LOCAL_MODULE_TAGS := optional
+LOCAL_BUILT_MODULE_STEM := package.apk
+LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
+
diff --git a/loscoins/LOSCoins.apk b/loscoins/LOSCoins.apk
new file mode 100644
index 0000000..2177dba
--- /dev/null
+++ b/loscoins/LOSCoins.apk
Binary files differ