Skip to content

Commit

Permalink
v5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Corvus committed May 7, 2020
1 parent 99ba4b0 commit 9e40080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/branding.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ BUILD_DATE_TIME := $(BUILD_TIME)$(BUILD_DATE)
ROM_FINGERPRINT := Corvus/$(DU_BUILD_TYPE)/$(PLATFORM_VERSION)/$(BUILD_ID)/$(BUILD_DATE)/$(BUILD_TIME)

ifeq ($(USE_GAPPS), true)
DU_VERSION := Corvus_v4.7-$(DU_BUILD)-Gapps-$(BUILD_DATE)-$(DU_BUILD_TYPE)-$(BUILD_TIME)
DU_VERSION := Corvus_v5.0-$(DU_BUILD)-Gapps-$(BUILD_DATE)-$(DU_BUILD_TYPE)-$(BUILD_TIME)
else
DU_VERSION := Corvus_v4.7-$(DU_BUILD)-$(BUILD_DATE)-$(DU_BUILD_TYPE)-$(BUILD_TIME)
DU_VERSION := Corvus_v5.0-$(DU_BUILD)-$(BUILD_DATE)-$(DU_BUILD_TYPE)-$(BUILD_TIME)
endif

DU_PROPERTIES := \
Expand Down

0 comments on commit 9e40080

Please sign in to comment.