Files
StarPilot/selfdrive/ui/text
T
Adeeb Shihadeh 57de41eae5 Qt text window (#2489)
* qt text window

* auto size

* real text

* this is cleaner

* fix android build

* exit on pc

* tici fixes
old-commit-hash: 68ba1649b91984c106491cf1894c3f44f21a34df
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