Updating platform SDK version for R

* Finalize resources
  * Update appt/aapt2 constants
  * Update R and SDK constants
  * Fix a crashloop bug

Test: build + boot

bug:150281259

Change-Id: Ie56e12336cd1fcf347ac7164f6988b0c2da77c7d
Merged-In: Ie56e12336cd1fcf347ac7164f6988b0c2da77c7d
This commit is contained in:
Svet Ganov
2020-04-15 15:10:14 -07:00
parent 495fd8e549
commit 38cd221d81
12 changed files with 102 additions and 100 deletions

View File

@@ -1005,7 +1005,7 @@ public class Build {
/**
* R.
*/
public static final int R = CUR_DEVELOPMENT;
public static final int R = 30;
}
/** The type of build, like "user" or "eng". */