summaryrefslogtreecommitdiff
path: root/tools/aapt2/SdkConstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aapt2/SdkConstants.h')
-rw-r--r--tools/aapt2/SdkConstants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt2/SdkConstants.h b/tools/aapt2/SdkConstants.h
index 864e57d644a6..5c32ed4fd849 100644
--- a/tools/aapt2/SdkConstants.h
+++ b/tools/aapt2/SdkConstants.h
@@ -52,7 +52,7 @@ enum : ApiVersion {
SDK_NOUGAT = 24,
SDK_NOUGAT_MR1 = 25,
SDK_O = 26,
- SDK_O_MR1 = 10000, // STOPSHIP Replace with the real version.
+ SDK_O_MR1 = 27,
};
ApiVersion FindAttributeSdkLevel(const ResourceId& id);