Updated android build to use C++17 58/245358/1
authorDavid Steele <david.steele@samsung.com>
Wed, 7 Oct 2020 14:29:46 +0000 (15:29 +0100)
committerDavid Steele <david.steele@samsung.com>
Wed, 7 Oct 2020 14:29:46 +0000 (15:29 +0100)
commit4ddfc310381ba392dcd0c11e41341e30a5908459
treef633780f5079d84eb314bdda3153d60eac1c71cc
parent4ecbbb31fdf4260b78d401843f9a806fb06e4803
Updated android build to use C++17

demo build was adding -std=g++11 to cflags in scripts calling library.
demo app also had -std=g++11 in own C++ CMakeLists.txt _and_ in gradle.

Changed everything to use std=c++17.

Change-Id: Id46801a812c043db41514be17e8bd8da2ec97845
build/android/app/build.gradle
build/android/app/src/main/cpp/CMakeLists.txt
build/android/dali/build_adaptor.sh
build/android/dali/build_core.sh
build/android/dali/build_demo.sh
build/android/dali/build_toolkit.sh