aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-02-09 00:22:13 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-02-09 00:22:13 +0000
commitc8ff3d5da5d5951b8b50f41a96ba581199d03429 (patch)
tree8f9b796e569e64ee7fe314721aa4495239a13a16
parent4aeece9928327f9018a74cb19e0fd8c77d5aa1ae (diff)
parent6426a69b96ebca6b9e15494d9f2bb0ec5cfffccd (diff)
downloadplatform_tools_dexter-android11-gsi.tar.gz
platform_tools_dexter-android11-gsi.tar.bz2
platform_tools_dexter-android11-gsi.zip
Change-Id: I69b8abacc50fe25c10ef1003b1209228c2c402d3
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6f44981..6b8c73f 100644
--- a/README.md
+++ b/README.md
@@ -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
+```