Skip to content

Commit

Permalink
Revert submission
Browse files Browse the repository at this point in the history
Reason for revert: This causes a boot issue on Taimen (b/144480969). It wasn't caught by TreeHugger due to Taimen tests being disabled due to a different lab outage (b/144350336).

Change-Id: I3374b4ede6fd1e64284bad78d3b6d3c520a73e63
  • Loading branch information
Kevin Lau Fang committed Nov 14, 2019
1 parent 5463473 commit 4ccf5a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public String getHwVersion() {
* @return the build release version.
*/
public String getSoftwareVersion() {
return new StringBuffer("Android ").append(Build.VERSION.RELEASE_OR_CODENAME).toString();
return new StringBuffer("Android ").append(Build.VERSION.RELEASE).toString();
}

/**
Expand Down

0 comments on commit 4ccf5a2

Please sign in to comment.