summaryrefslogtreecommitdiffstats
path: root/tools/build_json.sh
blob: 0bb0ed19fa3221d233c5e0e35d4f45ab54c4a2cd (plain)
1
2
3
4
#!/bin/bash
# build structure definition for GCS hal interface from dwarf debug information in native executable.
# Needs dwarf_to_c (https://www.github.com/laanwj/dwarf_to_c)
extract_structures_json.py ../native/egl/cube _gcsHAL_INTERFACE > data/gcs_hal_interface.json