From e93a56f126bfe848254bbef6d9c0fa502464bfbf Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sun, 22 Sep 2024 15:38:59 +0300 Subject: [PATCH] build: Drop lineage sdk versions Change-Id: I2448822be41835723995734b4e20f191f3ce8987 --- build/core/main_version.mk | 8 -------- config/lineage_sdk_common.mk | 17 ----------------- 2 files changed, 25 deletions(-) diff --git a/build/core/main_version.mk b/build/core/main_version.mk index 28044e2c..dd82d433 100644 --- a/build/core/main_version.mk +++ b/build/core/main_version.mk @@ -15,11 +15,3 @@ ADDITIONAL_SYSTEM_PROPERTIES += \ # LineageOS Platform Display Version ADDITIONAL_SYSTEM_PROPERTIES += \ ro.lineage.display.version=$(LINEAGE_DISPLAY_VERSION) - -# LineageOS Platform SDK Version -ADDITIONAL_SYSTEM_PROPERTIES += \ - ro.lineage.build.version.plat.sdk=$(LINEAGE_PLATFORM_SDK_VERSION) - -# LineageOS Platform Internal Version -ADDITIONAL_SYSTEM_PROPERTIES += \ - ro.lineage.build.version.plat.rev=$(LINEAGE_PLATFORM_REV) diff --git a/config/lineage_sdk_common.mk b/config/lineage_sdk_common.mk index db335995..306ebd27 100644 --- a/config/lineage_sdk_common.mk +++ b/config/lineage_sdk_common.mk @@ -20,20 +20,3 @@ PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \ system/framework/oat/%/org.lineageos.platform.vdex \ system/framework/org.lineageos.platform-res.apk \ system/framework/org.lineageos.platform.jar - -ifndef LINEAGE_PLATFORM_SDK_VERSION - # This is the canonical definition of the SDK version, which defines - # the set of APIs and functionality available in the platform. It - # is a single integer that increases monotonically as updates to - # the SDK are released. It should only be incremented when the APIs for - # the new release are frozen (so that developers don't write apps against - # intermediate builds). - LINEAGE_PLATFORM_SDK_VERSION := 9 -endif - -ifndef LINEAGE_PLATFORM_REV - # For internal SDK revisions that are hotfixed/patched - # Reset after each LINEAGE_PLATFORM_SDK_VERSION release - # If you are doing a release and this is NOT 0, you are almost certainly doing it wrong - LINEAGE_PLATFORM_REV := 0 -endif