Parsing entire tree and resolving all conflicts.

Unfortunately, this takes 3 passes (1 parse and 2 resolve passes)
due to one corner case (where you refer to something that is inside a superclass
that is in a different package). Fortunately, there are only
3 or 4 resolutions on the third pass.

Change-Id: I14dc6e61e002058132b8065a7b31abb87ac8f2a1
14 files changed
tree: 18b9f4c6a04d924699c73101b07fa6a4b871cfef
  1. res/
  2. src/
  3. test/
  4. Android.mk
  5. build.xml
  6. moe.sh
  7. NOTICE