History log of /dalvik/dexgen/src/com/android/dexgen/rop/StdField.java
Revision Date Author Comments
7351211af4fdfc436eae69a3641c0880f8c8b608 23-Sep-2010 Piotr Gurgul <pgurgul@google.com> Add user-friendly constructors to StdField

This is to simplify programmatic use of StdField to create dex fields
dynamically without knowledge of the dex internal format.

Change-Id: Ib11980509e0336d1e0253b6d480240d6832b73dd
917cb222329ee8c035c3ffaf947e4265761b9367 10-Sep-2010 Piotr Gurgul <pgurgul@google.com> Add several classes from dx tool to the dexgen project

Dexgen depends on many classes from dx tool but for now there is no target
build of dx. That is why some of its classes need to be moved directly into
dexgen source code, as building target version of the whole dx project
is not an option. This CL produces a lot of duplicate classes in
dalvik/dx and dalvik/dexgen, but this will be resolved in future by removing
these classes from dalvik/dx.

Change-Id: I5411f92761d73c3ab555feaa345e5d150aa280ef