Home | History | Annotate | only in /prebuilts/misc/common/asm
Up to higher level directory
NameDateSize
Android.bp21-Aug-20181.5K
asm-5.2.jar21-Aug-201852K
asm-6.0.jar21-Aug-201893K
asm-analysis-5.2.jar21-Aug-201820K
asm-analysis-6.0.jar21-Aug-201830.3K
asm-commons-5.2.jar21-Aug-201846.1K
asm-commons-6.0.jar21-Aug-201875.6K
asm-tree-5.2.jar21-Aug-201828.9K
asm-tree-6.0.jar21-Aug-201847K
LICENSE.txt21-Aug-20181.6K
MODULE_LICENSE_BSD_LIKE21-Aug-20180
PREBUILT21-Aug-2018188
README21-Aug-2018551
src-5.2.zip21-Aug-2018651K
src-6.0.zip21-Aug-2018636.7K

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-5.2".
      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