Name Date Size #Lines LOC

..--

Android.bpH A D25-Apr-20251.9 KiB8272

LICENSE.txtH A D25-Apr-20251.6 KiB2925

MODULE_LICENSE_BSD_LIKEHD25-Apr-20250

PREBUILTH A D25-Apr-2025758 129

READMEH A D25-Apr-2025551 1410

asm-9.6.jarHD25-Apr-2025120.7 KiB

asm-analysis-9.6.jarHD25-Apr-202533.2 KiB

asm-commons-9.6.jarHD25-Apr-202570.5 KiB

asm-tree-9.6.jarHD25-Apr-202550.7 KiB

asm-util-9.6.jarHD25-Apr-202589 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-5.2".
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