• Home
  • History
  • Annotate
  • only in /prebuilts/misc/common/asm/
NameDateSize

..05-Nov-20144 KiB

Android.mk05-Nov-2014792

asm-4.0.jar05-Nov-201444.9 KiB

LICENSE.txt05-Nov-20141.6 KiB

MODULE_LICENSE_BSD_LIKE05-Nov-20140

PREBUILT05-Nov-2014145

README05-Nov-2014551

src.zip05-Nov-2014343.8 KiB

README

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