Remove Yahoo and WeatherUnderground weather providers

The corresponding API services are being deprecated and they've been
removed from LineageOS.
This commit is contained in:
Nicola Corna 2019-01-07 17:59:06 +01:00
parent c56cc2b9cb
commit dfc5f9ccb8
5 changed files with 0 additions and 20 deletions

View File

@ -20,7 +20,5 @@ The included APKs are:
* FakeStore: an empty package that mocks the existence of the Google Play Store
* com.google.android.maps: legacy microG's mapsv1 reimplementation
* LineageOS packages (binaries sourced from [here](https://download.lineageos.org/extras))
* YahooWeatherProvider: "Yahoo" weather provider for the LineageOS' weather service
* WundergroundWeatherProvider: "Weather Underground" weather provider for the LineageOS' weather service
* OpenWeatherMapWeatherProvider: "Open Weather Map" weather provider for the LineageOS' weather service

View File

@ -1,9 +0,0 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := WundergroundWeatherProvider
LOCAL_SRC_FILES := WundergroundWeatherProvider.apk
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
LOCAL_CERTIFICATE := PRESIGNED
include $(BUILD_PREBUILT)

View File

@ -1,9 +0,0 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := YahooWeatherProvider
LOCAL_SRC_FILES := YahooWeatherProvider.apk
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
LOCAL_CERTIFICATE := PRESIGNED
include $(BUILD_PREBUILT)