Skip to content
Snippets Groups Projects
  1. Nov 16, 2021
    • Yi Kong's avatar
      Fix build with global ThinLTO · 52e4d674
      Yi Kong authored
      These targets use symbols from some shared libs that happens to be
      re-exported by one of the static libs in non-LTO mode. ThinLTO is more
      aggressive/accurate at pruning unused symbols, thus the build fails due
      to missing symbols.
      
      Fixed by explicitly listing the dependent shared libs.
      
      Bug: 195134194
      Test: m GLOBAL_THINLTO=true device-tests
      Change-Id: I5e9387a92ea7d10dcd6f0aa5a002e567478a8cdb
      52e4d674
  2. Nov 15, 2021
  3. Nov 13, 2021
  4. Nov 12, 2021
  5. Nov 11, 2021
  6. Nov 10, 2021
Loading