summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Maxwell <maxwelb@google.com>2015-12-09 20:18:04 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-12-09 20:18:04 +0000
commitb0f9d35d24e32c95f5d85cd406ad5c08587144e0 (patch)
tree6c448ee7114e16048f2f16ce028622587e3181b8
parent65556ff866a0aac85b0ffc065403a4595b0fb070 (diff)
parente7d0ef72654e59d984982f9b5c1e8a8e8eb4cf7c (diff)
Merge "Changing to build with system API" into ub-contactsdialer-b-dev
-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)