Home | History | Annotate | only in /prebuilts/misc/common/asm
Up to higher level directory
NameDateSize
Android.mk04-Nov-2014792
asm-4.0.jar04-Nov-201444.9K
LICENSE.txt04-Nov-20141.6K
MODULE_LICENSE_BSD_LIKE04-Nov-20140
PREBUILT04-Nov-2014145
README04-Nov-2014551
src.zip04-Nov-2014343.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