platform_build_soong/cmd
Colin Cross dfce764476 Fix finding next symbol when multiple symbols have the same address
Some exe files have a .data symbol at the same address as the
soong_build_number symbol.  If the .data symbol is after
soong_build_number in the symbol list, symbol_inject would think
the end address was the same as the start address, and use
uint32(-1) as the size.

Use sort.Search to find the first symbol whose section number is
the same as the target symbol, but whose address is higher than
the target symbol.

Test: manual
Change-Id: I51d6e53c6b906222ba68c5cf93be944843e23550
2018-02-28 15:04:59 -08:00
..
extract_linker Extract the linker and embed it into host bionic binaries 2017-09-20 15:34:33 -07:00
fileslist fileslist: hash the content of symlink, not the file it points to. 2017-03-29 13:43:41 -07:00
javac_wrapper Use soong_javac_wrapper in soong javac compiles 2017-10-18 17:09:54 +00:00
merge_zips Add -p, -e options in merge_zips for supporting par format. 2017-12-20 12:57:10 -08:00
multiproduct_kati Increase per-process file limits for multiproduct_kati 2017-12-11 22:53:16 +00:00
pom2mk Use "jar" as default type, "compile" as default scope 2018-02-13 15:21:18 -05:00
sbox Use __SBOX_OUT_DIR__ in sbox output file list 2018-02-21 14:55:34 -08:00
soong_build Allow Soong to generate its own build documentation 2017-12-12 11:12:32 -08:00
soong_env Switch to blueprint's microfactory 2017-07-24 15:29:14 -07:00
soong_ui Revert "Revert "Test for dangling rules in make checkbuild"" 2017-11-25 05:26:10 +00:00
symbol_inject Fix finding next symbol when multiple symbols have the same address 2018-02-28 15:04:59 -08:00
zip2zip Support exclusions and Blueprint-style ** globs in zip2zip 2017-11-22 16:08:34 -08:00