Fix DISPLAY_BUILD_NUMBER
The dot was accidentally removed. Bug: 353425495 Test: build (cherry picked from commit 51d3a6d2d3f85ac2014f3988a1f1975fe1a1a497) (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:e4fa1844b15d5eeecd2417477741d9b845c74b7e) Merged-In: Id0c08f3c98d5b2f56e49180baf98bb8847f6bebd Change-Id: Id0c08f3c98d5b2f56e49180baf98bb8847f6bebd
This commit is contained in:
parent
2f3897006d
commit
7c099a6b58
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ def main():
|
|||
|
||||
# Dev. branches should have DISPLAY_BUILD_NUMBER set
|
||||
if option.display_build_number:
|
||||
print(f"ro.build.display.id?={option.build_id} {build_number} {option.build_keys}")
|
||||
print(f"ro.build.display.id?={option.build_id}.{build_number} {option.build_keys}")
|
||||
else:
|
||||
print(f"ro.build.display.id?={option.build_id} {option.build_keys}")
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue