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