build: Drop lineage sdk versions

Change-Id: I2448822be41835723995734b4e20f191f3ce8987
This commit is contained in:
Michael Bestas
2024-09-22 15:38:59 +03:00
committed by LuK1337
parent 283f7eb745
commit e93a56f126
2 changed files with 0 additions and 25 deletions

View File

@@ -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)

View File

@@ -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