aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Pedowitz <ijpedowitz@google.com>2015-08-11 10:02:15 -0700
committerIan Pedowitz <ijpedowitz@google.com>2015-08-11 10:02:15 -0700
commita18c5028d77f0323b8b8959982ae7d6b1ec7aded (patch)
treeaa2e6b44d55c4e46a618aa438f7ac7b426cdfd65
parent38ffb0cf899d94cb72409519bd25dc94048dd719 (diff)
downloadbuild-a18c5028d77f0323b8b8959982ae7d6b1ec7aded.tar.gz
Final SDK, set PLATFORM_PREVIEW_SDK_VERSION to 0
Change-Id: Ic5af01a7017d2ac5b73d677689d15e4a8ad5dc14
-rw-r--r--core/version_defaults.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 25dfcdcf99..efb2bee3e5 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -80,7 +80,7 @@ else
# assuming the device can only support APIs as of the previous official
# public release.
# This value will always be 0 for release builds.
- PLATFORM_PREVIEW_SDK_VERSION := 4
+ PLATFORM_PREVIEW_SDK_VERSION := 0
endif
endif