+7
−2
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
When BREAKPAD_GENERATE_SYMBOLS is set to true, the build will attempt to run dump_syms for all dynamic binaries. However some build targets are now using cc_prebuilt_binary for installing python host scripts. This causes dump_syms to return an error, causing the build to fail. So check instead if the file is an ELF binary before running dump_syms. Bug: 65065674 Test: Built AT target successfully. Merged-In: Ibe7d3ebd312376600cf21efa111489451a4e7578 Change-Id: Ibe7d3ebd312376600cf21efa111489451a4e7578 (cherry picked from commit ee848655)