commit | ce9f62906bc4542d06f60f0931f7ce56d3d6ff05 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Fri Nov 03 19:01:38 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Nov 03 19:01:38 2017 +0000 |
tree | 8fa1275b28d3918a9cbe65a022630d7f072b54b3 | |
parent | 0a88ee6a0e0638325906505a8ce9c077e785204c [diff] | |
parent | 8ba3a29f4388657b6a4e9720b6db2ee7996414bd [diff] |
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"], }