1*847dbab7SAndroid Build Coastguard WorkerWe have 2 versions of the ASM library in our source tree: 2*847dbab7SAndroid Build Coastguard Worker 3*847dbab7SAndroid Build Coastguard WorkerThe one in prebuilt/common/asm is used for build-time utilities. It 4*847dbab7SAndroid Build Coastguard Workerhas a module name in the form of "asm-5.2". 5*847dbab7SAndroid Build Coastguard Worker 6*847dbab7SAndroid Build Coastguard WorkerThe one in prebuilts/tools/common/asm-tools is shipped in the 7*847dbab7SAndroid Build Coastguard WorkerSDK/tools/lib/ folder. It has modules names in the form of "asm-tools" 8*847dbab7SAndroid Build Coastguard Workerand "asm-tree-tools" for example. 9*847dbab7SAndroid Build Coastguard Worker 10*847dbab7SAndroid Build Coastguard WorkerThese are maintained separately because the prebuilt/ version is 11*847dbab7SAndroid Build Coastguard Workerbranched with the platform, and the prebuilts/tools/ version is 12*847dbab7SAndroid Build Coastguard Workerbranched with the tools, and these have different release schedules 13*847dbab7SAndroid Build Coastguard Workerand branches. 14