Commit c7e2facf authored by Cesar Matias's avatar Cesar Matias
Browse files

LockClock: Add prebuit

widget clock
also for use with forward port of weather
parent e6777ed5
Loading
Loading
Loading
Loading

LockClock/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 := LockClock
LOCAL_MODULE_CLASS := APPS
LOCAL_CERTIFICATE := $(DEFAULT_SYSTEM_DEV_CERTIFICATE)

LOCAL_DEX_PREOPT := false

LOCAL_SRC_FILES := LockClock.apk

include $(BUILD_PREBUILT)
+3.33 MiB

File added.

No diff preview for this file type.

+4 −0
Original line number Diff line number Diff line
@@ -25,6 +25,10 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
    madGallery

# Lineage LockClock
PRODUCT_PACKAGES += \
    LockClock

# FMRadio
PRODUCT_PACKAGES += \
    libfmjni \