tree: c56be8b2145a1b31ab904817f537cd8dd15758b9 [path history] [tgz]
  1. src/
  2. Android.bp
  3. README.md
tests/libs/libdts/README.md

Device tree source (DTS) decompiler on Android device.

This is alternative to dtdiff, which only support bash.

How to use for rust_test

Following dependencies are needed in addition to libdts.

rust_test {
  ...
  data_bins: ["dtc_static"],
  compile_multilib: "first",
}