aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-03 09:13:26 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-04-03 09:13:26 +0000
commit9ee4a2185585cdca5264c27df9638ed61fc92af3 (patch)
tree90a2bc73bd09dcc7f2d59298089f8570c4daa510
parent9f1052306178d560bf4964c982d5252ea57937cf (diff)
parente207072dd2e714102d49572e8863a27ecc59d3ee (diff)
downloadslang-main-cg-testing-release.tar.gz
Merge "Snap for 8400509 from 65edb2d72a27de75a6393b8daa35c39e309f5a72 to main-cg-testing-release" into main-cg-testing-releasemain-cg-testing-release
-rw-r--r--slang_version.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/slang_version.h b/slang_version.h
index e6e47a3..311f9a4 100644
--- a/slang_version.h
+++ b/slang_version.h
@@ -49,9 +49,11 @@ enum SlangTargetAPI {
SLANG_Q_TARGET_API = 29,
SLANG_R_TARGET_API = 30,
SLANG_S_TARGET_API = 31,
+ SLANG_S_V2_TARGET_API = 32,
+ SLANG_T_TARGET_API = 33,
SLANG_MAXIMUM_TARGET_API = RS_VERSION,
// The maximum API level that is acceptable for the "-target-api" commandline option.
- SLANG_MAXIMUM_CMDLINE_TARGET_API = SLANG_S_TARGET_API,
+ SLANG_MAXIMUM_CMDLINE_TARGET_API = SLANG_T_TARGET_API,
SLANG_DEVELOPMENT_TARGET_API = RS_DEVELOPMENT_API
};
// Note that RS_VERSION is defined at build time (see Android.mk for details).