Ensure that we use jdwpgen in the genrule am: 9ffbc91006
am: 8ba3a29f43

Change-Id: I98aa596f21a9573866a9a14972aa66017df062dd
diff --git a/Android.bp b/Android.bp
index 34c2d27..ae667cd 100644
--- a/Android.bp
+++ b/Android.bp
@@ -11,7 +11,7 @@
 genrule {
     name: "jdwp_generated_headers",
     tools: ["jdwpgen"],
-    cmd: "jdwpgen $(in) -include $(out)",
+    cmd: "$(location jdwpgen) $(in) -include $(out)",
     srcs: ["make/data/jdwp/jdwp.spec"],
     out: ["JDWPCommands.h"],
 }