1Device tree source (DTS) decompiler on Android device. 2 3This is alternative to dtdiff, which only support bash. 4 5How to use for rust_test 6======================== 7 8Following dependencies are needed in addition to libdts. 9 10``` 11rust_test { 12 ... 13 data_bins: ["dtc_static"], 14 compile_multilib: "first", 15} 16``` 17