From 8313541c65d59d0fd3d478e98ed52033cf429f88 Mon Sep 17 00:00:00 2001 From: Ian Pedowitz Date: Thu, 12 May 2016 10:39:59 -0700 Subject: [PATCH] PLATFORM_PREVIEW_SDK_VERSION == 4 for DP4 Bug: 27150977 Change-Id: I0958ee2cc377c5640c616dab8f093323ffd76c29 --- 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 318abd3f2..363a0d437 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -91,7 +91,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 := 3 + PLATFORM_PREVIEW_SDK_VERSION := 4 endif endif