From a18c5028d77f0323b8b8959982ae7d6b1ec7aded Mon Sep 17 00:00:00 2001 From: Ian Pedowitz Date: Tue, 11 Aug 2015 10:02:15 -0700 Subject: [PATCH] Final SDK, set PLATFORM_PREVIEW_SDK_VERSION to 0 Change-Id: Ic5af01a7017d2ac5b73d677689d15e4a8ad5dc14 --- core/version_defaults.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 25dfcdcf9..efb2bee3e 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 -- 2.11.0