Skip to content
Snippets Groups Projects
  1. Feb 07, 2023
  2. Feb 02, 2023
  3. Feb 01, 2023
  4. Jan 31, 2023
    • Rahul Arya's avatar
      [Private GATT] Initial boilerplate · 3d401dae
      Rahul Arya authored
      Bug: 255880936
      Test: compiles
      Change-Id: Ia835784365e6fa6cf8a4bd23c088b1fb2dbe0ed9
      3d401dae
    • Rahul Arya's avatar
      Rust PDL backend · caa5be2f
      Rahul Arya authored
      This is a zero-copy Rust backend that supports most of PDL (excluding
      groups, checksums, custom types), BUT only little-endian packets.
      
      This is needed for Rust-GATT (scoped for U). It is not a permanent
      solution, I expect to unify / replace this with the official Rust PDL
      once it is ready, but until that point arrives I don't want to remain
      blocked.
      
      Ignore-AOSP-First: Security bug
      Bug: 255880936
      Test: unit
      
      Change-Id: I7d2305c20288d576aa1a5731b0d7e54727366947
      caa5be2f
    • David Duarte's avatar
      Do not link to libprotobuf-cpp-lite dynamically in tests · 27932510
      David Duarte authored
      U MTS tests need to run on T, the tests that
      link dynamically to protobuf currently fails on T
      with `cannot locate symbol "_ZN6google8protobuf8internal28init_protobuf_defaults_stateE"`
      
      Remove protobuf from target that don't need it and move it
      to static_libs for where it's used
      
      Bug: 266996401
      Test: TreeHugger
      Change-Id: If946cf88bcc6c9ff37c8777521ac6b2dba674f75
      27932510
Loading