Skip to content
Snippets Groups Projects
  1. Nov 11, 2021
    • Abhishek Pandit-Subedi's avatar
      floss: Fix build ignoring new C++ libraries · f66e28c6
      Abhishek Pandit-Subedi authored
      Cargo was not rerunning build.rs for linking when there were new C++
      libraries available. This adds a rerun-if that checks the C++ output
      directory for changes when making this decision.
      
      Bug: 203696027
      Tag: #floss
      Test: ./build.py with C++ changes only and confirm changes applied
      Change-Id: I46c968ce92ffddb7538b31df2103b79b0377fe3a
      f66e28c6
    • Sonny Sasaka's avatar
      floss: Fix build breakage · edf27c52
      Sonny Sasaka authored
      Bug: 195157393
      Tag: #floss
      Test: Build floss on linux
      
      Change-Id: Iccc984f7f682840e03a1073aecdb27f6e2ad5c94
      edf27c52
    • Sonny Sasaka's avatar
      floss: Modify set_pin and set_passkey interface · b6aaadcb
      Sonny Sasaka authored
      The `len` parameter is not useful in the Rust/D-Bus interface since an
      the length is already provided in an array data type.
      
      Bug: 202334519
      Tag: #floss
      Test: Build floss on Linux
      
      Change-Id: I3acd58b996f0f158913e1f5f0ce20b652b6b26d3
      b6aaadcb
  2. Nov 10, 2021
  3. Nov 09, 2021
  4. Nov 08, 2021
  5. Nov 07, 2021
    • Yi Kong's avatar
      Fix build with global ThinLTO · a31dda4e
      Yi Kong authored
      net_test_stack_ad_parser uses 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 net_test_stack_ad_parser
      Change-Id: Iaee1e955be889c006a0ba27c128ad972f66b10f6
      a31dda4e
  6. Nov 06, 2021
Loading