Merge "Simplify PLATFORM_BASE_SDK_EXTENSION_VERSION" am: c017139559 am: db7323424f

Original change: https://android-review.googlesource.com/c/platform/build/+/2220921

Change-Id: I52fb44ed4d44a6acafe9b2ea3adbb90eb4f08e28
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2022-09-21 22:28:27 +00:00 committed by Automerger Merge Worker
commit a0b9c8e4fd

View file

@ -82,7 +82,7 @@ PLATFORM_SDK_EXTENSION_VERSION := 3
.KATI_READONLY := PLATFORM_SDK_EXTENSION_VERSION .KATI_READONLY := PLATFORM_SDK_EXTENSION_VERSION
# This is the sdk extension version that PLATFORM_SDK_VERSION ships with. # This is the sdk extension version that PLATFORM_SDK_VERSION ships with.
PLATFORM_BASE_SDK_EXTENSION_VERSION := 3 PLATFORM_BASE_SDK_EXTENSION_VERSION := $(PLATFORM_SDK_EXTENSION_VERSION)
.KATI_READONLY := PLATFORM_BASE_SDK_EXTENSION_VERSION .KATI_READONLY := PLATFORM_BASE_SDK_EXTENSION_VERSION
# This are all known codenames. # This are all known codenames.