Skip to content

Commit

Permalink
Revert "core: sysprop: Only show build id"
Browse files Browse the repository at this point in the history
This reverts commit a708629.
  • Loading branch information
OhMyVenyx committed Jan 19, 2023
1 parent b40b497 commit cd741fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/sysprop.mk
Original file line number Diff line number Diff line change
Expand Up @@ -207,13 +207,13 @@ ifeq ($(TARGET_BUILD_VARIANT),user)

# Dev. branches should have DISPLAY_BUILD_NUMBER set
ifeq (true,$(DISPLAY_BUILD_NUMBER))
BUILD_DISPLAY_ID := $(BUILD_ID)
BUILD_DISPLAY_ID := $(BUILD_ID).$(BUILD_NUMBER_FROM_FILE) $(BUILD_KEYS)
else
BUILD_DISPLAY_ID := $(BUILD_ID)
BUILD_DISPLAY_ID := $(BUILD_ID) $(BUILD_KEYS)
endif
else
# Non-user builds should show detailed build information
BUILD_DISPLAY_ID := $(BUILD_ID)
BUILD_DISPLAY_ID := $(BUILD_DESC)
endif

# TARGET_BUILD_FLAVOR and ro.build.flavor are used only by the test
Expand Down

0 comments on commit cd741fd

Please sign in to comment.