Files
dragonpilot/selfdrive/ui/text
Adeeb Shihadeh 68ba1649b9 Qt text window (#2489)
* qt text window

* auto size

* real text

* this is cleaner

* fix android build

* exit on pc

* tici fixes
2020-11-06 12:05:24 -08:00

9 lines
152 B
Bash
Executable File

#!/bin/sh
if [ -f /EON ]; then
export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH"
exec ./android/text/text "$1"
else
exec ./qt/text "$1"
fi