"flutter_tizen_engine_unittest.cc" not found in "${workspaceFolder}/../out/linux_release_arm/compile_commands.json". 'includePath' from c_cpp_properties.json in folder 'flutter' will be used for this file instead.
"flutter_tizen_texture_registrar_unittests.cc" not found in "${workspaceFolder}/../out/linux_release_arm/compile_commands.json". 'includePath' from c_cpp_properties.json in folder 'flutter' will be used for this file instead.
Let flutter_tizen_unittests be only built for arm-release in the CI.
flutter_tizen_unittests
to default build dependencies. This fixes the following error (in VS Code) which has been caused by https://github.com/flutter-tizen/engine/pull/244:flutter_tizen_unittests
be only built for arm-release in the CI.Related to https://github.com/flutter-tizen/engine/issues/239.