OSDN Git Service

Fix broken interaction of JarJar and Emma.
authorSteve Howard <showard@google.com>
Wed, 7 Jul 2010 21:07:24 +0000 (14:07 -0700)
committerSteve Howard <showard@google.com>
Thu, 8 Jul 2010 01:46:45 +0000 (18:46 -0700)
commitde6a08576487b949180c1b0ed1c19e9f7f4ef787
tree30046520f4eb59105fee532ba19bfa509ddf1b0a
parent2b8ba2fa20505630fbbafaf04d20e8c6d05f3b25
Fix broken interaction of JarJar and Emma.

JarJar, like DX, can't handle the local var corruption that Emma
performs.  To fix this, I'm moving the JarJar step before the Emma
step.

Couple other minor changes:
* Improved the comment about emma hardcoding its output filename,
  since this took me about an hour to track down.
* Changed one line from "Copying $<" to "Copying $@".  It seems to be
  the convention that such lines print the destination, not the
  source, so I made it consistent.

Change-Id: I9f5c36b4f5af15daf15025b89860e942f15bb668
core/java.mk