aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorLuis Vidal <lvidal@cyngn.com>2016-03-21 11:56:40 -0700
committerLuis Vidal <lvidal@cyngn.com>2016-03-31 17:36:53 -0700
commit4195a1cf89d8c7bea024b6922bc2145ee05015f3 (patch)
tree9fc4228233537327cf54fe7c9c4820b57909e9d7 /Android.mk
parent46821304e984bbf2ac3552ebb6f0a55440cf35e5 (diff)
downloadvendor_cmsdk-4195a1cf89d8c7bea024b6922bc2145ee05015f3.zip
vendor_cmsdk-4195a1cf89d8c7bea024b6922bc2145ee05015f3.tar.gz
vendor_cmsdk-4195a1cf89d8c7bea024b6922bc2145ee05015f3.tar.bz2
Add Weather Content Provider [4/5]
Introduce CM Weather Manager and Weather Provider Services API. The CM Weather Manager can be used by apps to request weather updates. The Weather Provider Services API allows a third party developer to implement a weather service to process weather update requests and update the CM Weather Content Provider data which can be consumed by any other app holding the required permission. Change-Id: Idcc80712ba92715109d3577d120f7fea85d6c996
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index dad01a2..576b339 100644
--- a/Android.mk
+++ b/Android.mk
@@ -24,7 +24,7 @@ LOCAL_PATH := $(call my-dir)
cm_platform_res := APPS/org.cyanogenmod.platform-res_intermediates/src
# List of packages used in cm-api-stubs and cm-system-api-stubs
-cm_stub_packages := cyanogenmod.alarmclock:cyanogenmod.app:cyanogenmod.content:cyanogenmod.externalviews:cyanogenmod.hardware:cyanogenmod.media:cyanogenmod.os:cyanogenmod.profiles:cyanogenmod.providers:cyanogenmod.platform:cyanogenmod.power:cyanogenmod.themes:cyanogenmod.util
+cm_stub_packages := cyanogenmod.alarmclock:cyanogenmod.app:cyanogenmod.content:cyanogenmod.externalviews:cyanogenmod.hardware:cyanogenmod.media:cyanogenmod.os:cyanogenmod.profiles:cyanogenmod.providers:cyanogenmod.platform:cyanogenmod.power:cyanogenmod.themes:cyanogenmod.util:cyanogenmod.weather:cyanogenmod.weatherservice
# The CyanogenMod Platform Framework Library
# ============================================================