Commit 823c4ed7 authored by fire855's avatar fire855
Browse files

Add gello v40

parent 19fcd0f0
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
# Bootanimation
PRODUCT_COPY_FILES += \
    vendor/mad/prebuilt/bootanimation/bootanimation.zip:system/media/bootanimation.zip

# Packages
PRODUCT_PACKAGES += \
    Gello
 No newline at end of file

gello/Android.mk

0 → 100644
+28 −0
Original line number Diff line number Diff line
#
# Copyright (C) 2016 The CyanogenMod 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 := Gello
LOCAL_MODULE_CLASS := APPS
LOCAL_CERTIFICATE := $(DEFAULT_SYSTEM_DEV_CERTIFICATE)

LOCAL_DEX_PREOPT := false

LOCAL_SRC_FILES := gello-40.apk

include $(BUILD_PREBUILT)
 No newline at end of file

gello/gello-40.apk

0 → 100644
+37.2 MiB

File added.

No diff preview for this file type.