summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorBrandon Maxwell <maxwelb@google.com>2015-12-08 11:32:28 -0800
committerBrandon Maxwell <maxwelb@google.com>2015-12-08 12:12:19 -0800
commite7d0ef72654e59d984982f9b5c1e8a8e8eb4cf7c (patch)
treee8985a08c132fb04832777f543602a461f346b04 /Android.mk
parent13308a39c841c5643d16eccc12c75cce595b365f (diff)
downloadandroid_packages_apps_Dialer-e7d0ef72654e59d984982f9b5c1e8a8e8eb4cf7c.tar.gz
android_packages_apps_Dialer-e7d0ef72654e59d984982f9b5c1e8a8e8eb4cf7c.tar.bz2
android_packages_apps_Dialer-e7d0ef72654e59d984982f9b5c1e8a8e8eb4cf7c.zip
Changing to build with system API
Since the Dialer is the system dialer on Nexus devices pre-M, we need access to some system apis for backporting. Bug: 25776171 Change-Id: I4365d4df955eb3f3ee7889937a97d1201e205d12
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 bd0c9dec2..47648dbb1 100644
--- a/Android.mk
+++ b/Android.mk
@@ -60,7 +60,7 @@ 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 := current
+LOCAL_SDK_VERSION := system_current
include $(BUILD_PACKAGE)