summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Maxwell <maxwelb@google.com>2015-12-09 12:22:20 -0800
committerandroid-build-merger <android-build-merger@google.com>2015-12-09 12:22:20 -0800
commit9be75ce27783455d3f1f48a8a293b98bb138b182 (patch)
tree9b82303b41d33f7cb1e96c9f8e93fc8b080c7f4f
parent81a46facb06d326f78969e07a3228356d7649136 (diff)
parentb0f9d35d24e32c95f5d85cd406ad5c08587144e0 (diff)
Merge "Changing to build with system API" into ub-contactsdialer-b-dev
am: b0f9d35d24 * commit 'b0f9d35d24e32c95f5d85cd406ad5c08587144e0': Changing to build with system API
-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)