From 4816b8f00a129d0245d369fe34ac88dd82e566c6 Mon Sep 17 00:00:00 2001 From: Ian Pedowitz <ijpedowitz@google.com> Date: Thu, 4 May 2017 00:09:57 +0000 Subject: [PATCH] Revert "Revert "O is API 26"" This reverts commit 6b04a961b491d31368eab2924d84d3259330faf3. Bug: 37480230 Bug: 37896931 Bug: 37355569 Change-Id: I24ee1b4f0f23262cae25b2f575da9f16f4ebec34 --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index dd37341ab..b7db00b0e 100644 --- a/Android.mk +++ b/Android.mk @@ -10,7 +10,7 @@ LOCAL_PATH:= $(call my-dir) # is made which breaks compatibility with the previous platform sepolicy version, # not just on every increase in PLATFORM_SDK_VERSION. The minor version should # be reset to 0 on every bump of the PLATFORM_SDK_VERSION. -sepolicy_major_vers := 25 +sepolicy_major_vers := 26 sepolicy_minor_vers := 0 ifneq ($(sepolicy_major_vers), $(PLATFORM_SDK_VERSION)) -- GitLab