Commit 17f5811130c0226cfe3e7ccd57bc8e6072056c1f

Authored by Adeel Kazmi
1 parent 51c96224

(Android) Update version of NDK to one that supports std::filesystem

This now lets dali-demo run on Android devices which were failing due to
the usage of std::filesystem in the scene3d library in toolkit.

Change-Id: I614218e5b4521fa15f93fe513fa2abaa0457632b
Showing 1 changed file with 1 additions and 1 deletions
build/android/build.sh
... ... @@ -28,7 +28,7 @@ if [ ! -d "$ANDROID_SDK" ]; then
28 28 wget --quiet https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip
29 29 unzip -q sdk-tools-linux-4333796.zip
30 30 tools/bin/sdkmanager --update $SdbProxyOptions
31   - yes | tools/bin/sdkmanager $SdbProxyOptions "patcher;v4" "platform-tools" "platforms;android-29" "build-tools;29.0.2" "cmake;3.10.2.4988404" "ndk-bundle" "ndk;20.1.5948944"
  31 + yes | tools/bin/sdkmanager $SdbProxyOptions "patcher;v4" "platform-tools" "platforms;android-29" "build-tools;29.0.2" "cmake;3.10.2.4988404" "ndk-bundle" "ndk;22.1.7171670"
32 32 cd -
33 33 fi
34 34 fi
... ...