From 07a54b7fba0bc5cf87918cdbeed8719257d77144 Mon Sep 17 00:00:00 2001 From: Wale Ogunwale Date: Wed, 11 Apr 2018 15:00:05 -0700 Subject: [PATCH] Finalizing P SDK Bug: 77588754 Test: builds Merged-In: Iebb43a246016774150a3053f10bdedb0278b3e5d Change-Id: Ied2e381795643aaf8c48e6c89d8ee66b8b5b15ed --- core/config.mk | 2 +- core/version_defaults.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/config.mk b/core/config.mk index d9f14fafb..9489bc87c 100644 --- a/core/config.mk +++ b/core/config.mk @@ -882,7 +882,7 @@ BUILD_DATETIME_FROM_FILE := $$(cat $(BUILD_DATETIME_FILE)) # 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 := 27 +sepolicy_major_vers := 28 sepolicy_minor_vers := 0 ifneq ($(sepolicy_major_vers), $(PLATFORM_SDK_VERSION)) diff --git a/core/version_defaults.mk b/core/version_defaults.mk index f87089652..1bf3f1a61 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -75,7 +75,7 @@ endif # please add that PLATFORM_VERSION as well as clean up obsolete PLATFORM_VERSION's # in the following text file: # cts/tests/tests/os/assets/platform_versions.txt -PLATFORM_VERSION.PPR1 := P +PLATFORM_VERSION.PPR1 := 9 # These are the current development codenames, if the build is not a final # release build. If this is a final release build, it is simply "REL". @@ -106,7 +106,7 @@ 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 := 27 + PLATFORM_SDK_VERSION := 28 endif ifndef PLATFORM_VERSION_CODENAME