1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
Android.bp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
LICENSE.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
MODULE_LICENSE_BSD_LIKE Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
PREBUILT Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
asm-5.2.jar Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
asm-6.0.jar Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
asm-7.0.jar Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
asm-analysis-5.2.jar Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
asm-analysis-6.0.jar Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
asm-analysis-7.0.jar Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
asm-commons-5.2.jar Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
asm-commons-6.0.jar Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
asm-commons-7.0.jar Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
asm-tree-5.2.jar Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
asm-tree-6.0.jar Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
asm-tree-7.0.jar Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
asm-util-6.0.jar Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
asm-util-7.0.jar Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
src-5.2.zip Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
src-6.0.zip Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README

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.