diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2020-02-09 00:22:13 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2020-02-09 00:22:13 +0000 |
| commit | c8ff3d5da5d5951b8b50f41a96ba581199d03429 (patch) | |
| tree | 8f9b796e569e64ee7fe314721aa4495239a13a16 | |
| parent | 4aeece9928327f9018a74cb19e0fd8c77d5aa1ae (diff) | |
| parent | 6426a69b96ebca6b9e15494d9f2bb0ec5cfffccd (diff) | |
| download | platform_tools_dexter-android11-gsi.tar.gz platform_tools_dexter-android11-gsi.tar.bz2 platform_tools_dexter-android11-gsi.zip | |
Snap for 6192959 from 6426a69b96ebca6b9e15494d9f2bb0ec5cfffccd to rvc-releaseandroid-vts-11.0_r1android-cts-11.0_r1android-11.0.0_r3android-11.0.0_r2android-11.0.0_r17android-11.0.0_r1android11-tests-releaseandroid11-releaseandroid11-gsi
Change-Id: I69b8abacc50fe25c10ef1003b1209228c2c402d3
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ This is the home of the .dex manipulation library (slicer) and command line tool (dexter). Both the command line tool and the library can be built for host and device targets. + +To build dexter: +``` +$ m dexter +``` + +To test dexter: +``` +# in tools/dexter (and assuming a Linux host) +$ python dexter/dexter_tests.py -cmd ../../out/host/linux-x86/bin/dexter -root testdata +``` |
