Home | History | Annotate | only in /prebuilts/tools/common/asm-tools
Up to higher level directory
NameDateSize
Android.mk24-Aug-20161K
asm-3.3.1.jar24-Aug-201642.6K
asm-4.0.jar24-Aug-201644.9K
asm-analysis-4.0.jar24-Aug-201619.2K
asm-commons-4.0.jar24-Aug-201636.9K
asm-debug-all-4.0.jar24-Aug-2016313.4K
asm-tree-4.0.jar24-Aug-201621.5K
asm-util-4.0.jar24-Aug-201636.1K
asm-xml-4.0.jar24-Aug-201650.5K
LICENSE.txt24-Aug-20161.6K
MODULE_LICENSE_BSD_LIKE24-Aug-20160
PREBUILT24-Aug-2016145
README24-Aug-2016551
src-3.3.1.zip24-Aug-2016337.3K
src-4.0.zip24-Aug-2016343.8K

README

      1 We have 2 versions of the ASM library in our source tree:
      2 
      3 The one in prebuilt/common/asm is used for build-time utilities. It
      4 has a module name in the form of "asm-4.0".
      5 
      6 The one in prebuilts/tools/common/asm-tools is shipped in the
      7 SDK/tools/lib/ folder. It has modules names in the form of "asm-tools"
      8 and "asm-tree-tools" for example.
      9 
     10 These are maintained separately because the prebuilt/ version is
     11 branched with the platform, and the prebuilts/tools/ version is
     12 branched with the tools, and these have different release schedules
     13 and branches.
     14