Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
dexter/ | 23-Nov-2023 | - | 1,660 | 1,188 | ||
slicer/ | 23-Nov-2023 | - | 8,840 | 6,040 | ||
testdata/ | 22-Nov-2023 | - | 15,244 | 14,618 | ||
.clang-format | D | 22-Nov-2023 | 21 | |||
.git | D | 01-Jan-1970 | 0 | |||
Android.bp | D | 22-Nov-2023 | 42 | 5 | 4 | |
OWNERS | D | 23-Nov-2023 | 164 | |||
README.md | D | 23-Nov-2023 | 373 | 15 | 11 | |
TEST_MAPPING | D | 23-Nov-2023 | 436 | 26 | 25 |
README.md
1This is the home of the .dex manipulation library (slicer) and command line tool (dexter). 2 3Both the command line tool and the library can be built for host and device targets. 4 5To build dexter: 6``` 7$ m dexter 8``` 9 10To test dexter: 11``` 12# in tools/dexter (and assuming a Linux host) 13$ python dexter/dexter_tests.py -cmd ../../out/host/linux-x86/bin/dexter -root testdata 14``` 15