flutter-tizen / engine

The Flutter engine
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
6 stars 19 forks source link

Add a fallback route for GetExecutableDirectory #240

Closed swift-kim closed 2 years ago

swift-kim commented 2 years ago

Let GetExecutableDirectory find the executable's path based on /proc/self/exe if app_get_resource_path returns null.

Contributes to https://github.com/flutter-tizen/engine/issues/239 (Fix failing tests cases). The GetExecutableDirectory function will be refactored again after the x64 build support is removed.