diff --git a/coin/platform_configs/tqtc-android-automotive.yaml b/coin/platform_configs/tqtc-android-automotive.yaml index a99f7ef4..64fc872a 100644 --- a/coin/platform_configs/tqtc-android-automotive.yaml +++ b/coin/platform_configs/tqtc-android-automotive.yaml @@ -34,7 +34,7 @@ Configurations: 'ANDROID_EMULATOR=automotive_emulator_x86_64_api_34' ] - - Id: "automotive-android-10-x86_64-on-linux-rhel_9_6" + Id: "automotive-android-12-x86_64-on-linux-rhel_9_6" Template: 'qtci-linux-RHEL-9.6-x86_64-51' Target os: 'Android_ANY' Target arch: 'x86_64' @@ -47,5 +47,5 @@ Configurations: 'TARGET_CMAKE_ARGS=-DCMAKE_C_COMPILER_FRONTEND_VARIANT=GNU -DCMAKE_CXX_COMPILER_FRONTEND_VARIANT=GNU -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_ANDROID_HOME_LATEST}}', 'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_ANDROID}}', 'NON_QTBASE_TARGET_CMAKE_ARGS= -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include', - 'ANDROID_EMULATOR=automotive_emulator_x86_64_api_29' + 'ANDROID_EMULATOR=automotive_emulator_x86_64_api_31' ] diff --git a/coin/provisioning/common/linux/android_linux.sh b/coin/provisioning/common/linux/android_linux.sh index 74111bd1..b4e8fbd5 100755 --- a/coin/provisioning/common/linux/android_linux.sh +++ b/coin/provisioning/common/linux/android_linux.sh @@ -50,9 +50,9 @@ sdkApiLevelAutomotiveMax="android-34" androidAutomotiveMaxUrl="$basePath/${sdkApiLevelAutomotiveMax}_automotive.tar.gz" androidAutomotiveMaxSha="2cc5dae4fd0bdefb188a3b84019d0d1e65501519" # Android Automotive min SDK level image -sdkApiLevelAutomotiveMin="android-29" +sdkApiLevelAutomotiveMin="android-31" androidAutomotiveMinUrl="$basePath/${sdkApiLevelAutomotiveMin}_automotive.tar.gz" -androidAutomotiveMinSha="e6092585c00f87eb3b20a2eb7fdf6add42342d2f" +androidAutomotiveMinSha="0b6498e0c0022c40b8bb2b275f704e6a298c04a3" toolsTargetFile="/tmp/$toolsFile" toolsSourceFile="$basePath/$toolsFile" @@ -239,7 +239,7 @@ echo "Install minimum supported SDK level image for Android Automotive $sdkApiLe DownloadURL "$androidAutomotiveMinUrl" "$androidAutomotiveMinUrl" "$androidAutomotiveMinSha" \ "/tmp/${sdkApiLevelAutomotiveMin}_automotive.tar.gz" sudo tar -xzf "/tmp/${sdkApiLevelAutomotiveMin}_automotive.tar.gz" -C $sdkTargetFolder/system-images -echo "no" | ./avdmanager create avd -n automotive_emulator_x86_64_api_29 -c 2048M -f \ +echo "no" | ./avdmanager create avd -n automotive_emulator_x86_64_api_31 -c 2048M -f \ -k "system-images;${sdkApiLevelAutomotiveMin};android-automotive;x86_64" # Purely informative, show the list of avd devices