From 9c350d7ef7a53cd1c1f3c66d6e0b619d381d5843 Mon Sep 17 00:00:00 2001 From: Ian Pedowitz Date: Thu, 4 May 2017 00:09:37 +0000 Subject: [PATCH] Revert "Revert "O is API 26."" This reverts commit 75feb8927ae20fc9ab3d0a256c1784aadacd3020. Bug: 37480230 Bug: 37355569 Change-Id: I348413878e97f766863086d74bdc454f61b100ec --- core/version_defaults.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 9340e547c..18ee6be23 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -104,14 +104,14 @@ ifndef PLATFORM_SDK_VERSION # When you increment the PLATFORM_SDK_VERSION please ensure you also # clear out the following text file of all older PLATFORM_VERSION's: # cts/tests/tests/os/assets/platform_versions.txt - PLATFORM_SDK_VERSION := 25 + PLATFORM_SDK_VERSION := 26 endif ifndef PLATFORM_JACK_MIN_SDK_VERSION # This is definition of the min SDK version given to Jack for the current # platform. For released version it should be the same as # PLATFORM_SDK_VERSION. During development, this number may be incremented - # before PLATFORM_SDK_VERSION if the plateform starts to add new java + # before PLATFORM_SDK_VERSION if the platform starts to add new java # language supports. PLATFORM_JACK_MIN_SDK_VERSION := o-b1 endif