Skip to content

Commit

Permalink
LOSCoins
Browse files Browse the repository at this point in the history
Change-Id: I433740f2e3102eeb06b471e80ca6539971a05613
Signed-off-by: Joey <joey@lineageos.org>
  • Loading branch information
bvlj committed Apr 1, 2018
1 parent 9be579f commit c9c7968
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ PRODUCT_PACKAGES += \
Trebuchet \
Updater \
WallpaperPicker \
WeatherProvider
WeatherProvider \
LOSCoins

# Exchange support
PRODUCT_PACKAGES += \
Expand Down
31 changes: 31 additions & 0 deletions loscoins/Android.mk
Original file line number Diff line number Diff line change
@@ -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)

Binary file added loscoins/LOSCoins.apk
Binary file not shown.

3 comments on commit c9c7968

@neobuddy89
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

another failed april fool attempt.

nice try.

@luca020400
Copy link
Member

@luca020400 luca020400 commented on c9c7968 Apr 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed? We bought a fucking yacht.

@randomhydrosol
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are you saying? We just bought 1339 new dedicated servers and a datacenter here to ship builds 6969 times faster with this tech

Please sign in to comment.