Set ro.*.build.version.sdk_minor sysprop
Transform the build flag RELEASE_PLATFORM_SDK_MINOR_VERSION into system
properties.
Bug: 350458259
Test: m
Flag: EXEMPT can't flag Makefiles
Ignore-AOSP-First: internal to keep in sync with related CLs that are not AOSP first
Change-Id: I41ee7baf3d459cc3120a3ef6eb2436bd89253870
diff --git a/core/sysprop.mk b/core/sysprop.mk
index dc6f2c4..3362487 100644
--- a/core/sysprop.mk
+++ b/core/sysprop.mk
@@ -79,6 +79,7 @@
echo "ro.$(1).build.version.release=$(PLATFORM_VERSION_LAST_STABLE)" >> $(2);\
echo "ro.$(1).build.version.release_or_codename=$(PLATFORM_VERSION)" >> $(2);\
echo "ro.$(1).build.version.sdk=$(PLATFORM_SDK_VERSION)" >> $(2);\
+ echo "ro.$(1).build.version.sdk_minor=$(PLATFORM_SDK_MINOR_VERSION)" >> $(2);\
endef