summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorSailesh Nepal <sail@google.com>2016-02-20 15:54:49 -0800
committerSailesh Nepal <sail@google.com>2016-02-22 12:34:28 -0800
commit6a4e9d87031f1f803ce9b64844f71c73e9502a7e (patch)
treea92a52d33eb172a9f0ebc9b384509f4457f89df9 /Android.mk
parentff1528ec22c9dec7374988a8e2ae2d4627ccd793 (diff)
downloadandroid_packages_apps_Dialer-6a4e9d87031f1f803ce9b64844f71c73e9502a7e.tar.gz
android_packages_apps_Dialer-6a4e9d87031f1f803ce9b64844f71c73e9502a7e.tar.bz2
android_packages_apps_Dialer-6a4e9d87031f1f803ce9b64844f71c73e9502a7e.zip
Remove Lollipop support for InCallUI
This CL removes support for running dialer on Android L MR1. The change allows us to switch from the system SDK to the public SDK. This is useful for the following reasons: - makes it easier to switch to gradle - makes it easier to migrate GoogleDialer to google3 - reduces maintenance overhead for unused code Currently there's no plan to release Dialer on Lollipop. If or when we decide to support Lollipop we can consider switching back to the system SDK and restoring the comapatiblity code. Bug: 26676586 Change-Id: Idac9e6e19f1d21c9261c1b0d0ff3e3ca4aab980b
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 4c67293ad..eb6cbdc37 100644
--- a/Android.mk
+++ b/Android.mk
@@ -64,9 +64,7 @@ LOCAL_PRIVILEGED_MODULE := true
LOCAL_PROGUARD_FLAG_FILES := proguard.flags $(incallui_dir)/proguard.flags
-# Uncomment the following line to build against the current SDK
-# This is required for building an unbundled app.
-LOCAL_SDK_VERSION := system_current
+LOCAL_SDK_VERSION := current
include $(BUILD_PACKAGE)