summaryrefslogtreecommitdiff
path: root/tools/aapt
diff options
context:
space:
mode:
authorSvet Ganov <svetoslavganov@google.com>2020-04-15 15:10:14 -0700
committerSvet Ganov <svetoslavganov@google.com>2020-05-02 14:26:57 -0700
commit87ccbfaa4638773f55854e8b2ca3d4c6b1ea57f7 (patch)
tree68339efd7eeb5140ef5f52e7c9a699ecfcdf5955 /tools/aapt
parenta4faa6608f5a7008cbab201ee2af48590da106ec (diff)
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 Exempt-From-Owner-Approval: merge conflict resolution Change-Id: Ie56e12336cd1fcf347ac7164f6988b0c2da77c7d Merged-In: Ie56e12336cd1fcf347ac7164f6988b0c2da77c7d
Diffstat (limited to 'tools/aapt')
-rw-r--r--tools/aapt/SdkConstants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt/SdkConstants.h b/tools/aapt/SdkConstants.h
index 27ffcdf52168..04fbbe1f1069 100644
--- a/tools/aapt/SdkConstants.h
+++ b/tools/aapt/SdkConstants.h
@@ -45,6 +45,7 @@ enum {
SDK_O_MR1 = 27,
SDK_P = 28,
SDK_Q = 29,
+ SDK_R = 30,
};
#endif // H_AAPT_SDK_CONSTANTS