Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc79fb88 authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Merge branch 'build-number-oreo' into 'v1-oreo'

Build number without Lineage prefix(oreo)

See merge request !9
parents 09e14718 e0eaaf78
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -175,7 +175,7 @@ BUILD_VERSION_TAGS += $(BUILD_KEYS)
BUILD_VERSION_TAGS := $(subst $(space),$(comma),$(sort $(BUILD_VERSION_TAGS)))
BUILD_VERSION_TAGS := $(subst $(space),$(comma),$(sort $(BUILD_VERSION_TAGS)))


# A human-readable string that descibes this build in detail.
# A human-readable string that descibes this build in detail.
build_desc := $(TARGET_PRODUCT)-$(TARGET_BUILD_VARIANT) $(PLATFORM_VERSION) $(BUILD_ID) $(BUILD_NUMBER_FROM_FILE) $(BUILD_VERSION_TAGS)
build_desc := e_$(TARGET_DEVICE)-$(TARGET_BUILD_VARIANT) $(PLATFORM_VERSION) $(BUILD_ID) $(BUILD_NUMBER_FROM_FILE) $(BUILD_VERSION_TAGS)
$(intermediate_system_build_prop): PRIVATE_BUILD_DESC := $(build_desc)
$(intermediate_system_build_prop): PRIVATE_BUILD_DESC := $(build_desc)


# The string used to uniquely identify the combined build and product; used by the OTA server.
# The string used to uniquely identify the combined build and product; used by the OTA server.