allwinner_a64/android/prebuilts/misc/common/asm
2018-08-09 00:27:16 +08:00
..
Android.mk upload android base code part13 2018-08-09 00:27:16 +08:00
asm-5.2.jar upload android base code part13 2018-08-09 00:27:16 +08:00
asm-analysis-5.2.jar upload android base code part13 2018-08-09 00:27:16 +08:00
asm-commons-5.2.jar upload android base code part13 2018-08-09 00:27:16 +08:00
asm-tree-5.2.jar upload android base code part13 2018-08-09 00:27:16 +08:00
LICENSE.txt upload android base code part13 2018-08-09 00:27:16 +08:00
MODULE_LICENSE_BSD_LIKE upload android base code part13 2018-08-09 00:27:16 +08:00
PREBUILT upload android base code part13 2018-08-09 00:27:16 +08:00
README upload android base code part13 2018-08-09 00:27:16 +08:00
src.zip upload android base code part13 2018-08-09 00:27:16 +08:00

We have 2 versions of the ASM library in our source tree:

The one in prebuilt/common/asm is used for build-time utilities. It
has a module name in the form of "asm-5.2".

The one in prebuilts/tools/common/asm-tools is shipped in the
SDK/tools/lib/ folder. It has modules names in the form of "asm-tools"
and "asm-tree-tools" for example.

These are maintained separately because the prebuilt/ version is
branched with the platform, and the prebuilts/tools/ version is
branched with the tools, and these have different release schedules
and branches.