aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:07:28 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:07:28 +0000
commitcf665d4eaa0edf4d2f0705a9a93254954af57598 (patch)
tree90a2bc73bd09dcc7f2d59298089f8570c4daa510
parentb6b6d4ef094925c6b9cf0aede5149d9d5019585b (diff)
parent29b4ae638de166772239ac60c9914c53ef351797 (diff)
downloadslang-android13-mainline-ipsec-release.tar.gz
Snap for 8570526 from 29b4ae638de166772239ac60c9914c53ef351797 to mainline-ipsec-releaseaml_ips_331910010aml_ips_331312000aml_ips_331310000aml_ips_331111030aml_ips_331014020android13-mainline-ipsec-release
Change-Id: I7c0288e79df995e9a44a921e55e4438392b8967d
-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).