commit | 6378d8f50449d79b8937c238b968ceeb9dbd4ee1 | [log] [tgz] |
---|---|---|
author | Zonr Chang <zonr.net@gmail.com> | Fri Apr 13 11:56:21 2012 +0800 |
committer | Shih-wei Liao <sliao@google.com> | Wed Apr 25 04:06:13 2012 -0700 |
tree | 2824d3141c506cf8d0a32ad54a671d5f4069195d | |
parent | b519fe3f1d780873608f41d69316054e05c7e918 [diff] |
Refine SHA-1 related stuffs. 1. Introduce libbcc.sha1.so instead of raw file libbcc.so.sha1 * Now tools/build/gen-sha1-stamp.py generated assembly contains symbols libbcc_so_SHA1 and libRS_so_SHA1 associated with their SHA-1 digests. * In that way, their SHA-1 information can be obtained via dlopen(). 2. Refine Sha1Helper to Sha1Util. 2. Remove unused tools/build/dataconvert.py by the way.