From 6164b17d226a4dd2099a852a6c34bae6fa19876d Mon Sep 17 00:00:00 2001 From: Nicholas Bennett Date: Wed, 28 Feb 2024 16:34:36 +0200 Subject: [PATCH] Add the use of a macro to control the supported AAOS versions Add the macro and set it to the current support range in 6.7 for Android Automotive OS which is 10 to 13 Pick-to: 6.7 Change-Id: I4342a42f5f56ab9731c969d9cbe0d4291ec3eaf4 Reviewed-by: Rami Potinkara Reviewed-by: Assam Boudjelthia --- doc/global/macros.qdocconf | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/global/macros.qdocconf b/doc/global/macros.qdocconf index 4b2c21e1d1a..478ab85b795 100644 --- a/doc/global/macros.qdocconf +++ b/doc/global/macros.qdocconf @@ -90,6 +90,7 @@ macro.AndroidPlatformVer = "33" macro.AndroidBuildToolsVer = "34.0.0" macro.GradleVer = "8.3" macro.AGPVer = "7.4.1" +macro.AAOSVer = "10 to 13" macro.beginfloatleft.HTML = "
" macro.beginfloatright.HTML = "
"