blob: 27bd6c0d3e60cd56fe942333aa03ac5b4eea4d42 [file] [log] [blame]
Tor Norbyeb82382c2011-12-05 15:17:12 -08001We 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.