From 7ae471d7ca3269cace5a59a6822b1b168c4c8814 Mon Sep 17 00:00:00 2001 From: Adnan Begovic Date: Fri, 1 Apr 2016 15:38:57 -0700 Subject: [PATCH] cm: Prepare for api level 6. TICKET: CYNGNOS-2303 Change-Id: Ife365b606abe8043a4c6e9c0eef206e629a470cd --- config/cmsdk_common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cmsdk_common.mk b/config/cmsdk_common.mk index d8d7c98d..0c922a14 100644 --- a/config/cmsdk_common.mk +++ b/config/cmsdk_common.mk @@ -28,7 +28,7 @@ ifndef CM_PLATFORM_SDK_VERSION # the SDK are released. It should only be incremented when the APIs for # the new release are frozen (so that developers don't write apps against # intermediate builds). - CM_PLATFORM_SDK_VERSION := 5 + CM_PLATFORM_SDK_VERSION := 6 endif ifndef CM_PLATFORM_REV