Skip to content
Snippets Groups Projects
  1. May 10, 2022
    • Ying Hsu's avatar
      floss: removing googletest manual build steps · fb3702cd
      Ying Hsu authored
      * googletest packages (libgtest-dev and libgmock-dev) have pkg-config
        files now. So, the build and installation steps are no longer
        required.
      
      * Here are the installation information about these packages:
        $ $ apt list --installed libgtest-dev libgmock-dev
        Listing... Done
        libgmock-dev/glinux-rodete-base-20220316.03.07,now 1.11.0-3 amd64
        [installed]
        libgtest-dev/glinux-rodete-base-20220316.03.07,now 1.11.0-3 amd64
        [installed]
      
        $dpkg -L libgtest-dev | grep gtest.pc
        /usr/lib/x86_64-linux-gnu/pkgconfig/gtest.pc
      
        $ dpkg -L libgmock-dev | grep gmock.pc
        /usr/lib/x86_64-linux-gnu/pkgconfig/gmock.pc
      
      * Adding libabsl-dev package as it's required by libchrome.
      
      Bug: 227287284
      Tag: #floss
      Test: ./biuld.py --target docs and ./build.py
      Change-Id: I46c9f16ce328041c8953c5ad2b513719997fb096
      fb3702cd
    • Chen Chen's avatar
      btif_hf: Fix NULL phone number · e86f9d26
      Chen Chen authored
      Bug: 231535626
      Test: cert/run
      QA testing before submit
      
      Change-Id: I2be64c3db39e35ff4b31de4714634e77670338c3
      e86f9d26
    • Treehugger Robot's avatar
    • Martin Geisler's avatar
      PDL: add basic support for generating Rust code · 5fa28508
      Martin Geisler authored
      This CL adds support for handling a simple PDL file which defines a
      packet. The CL includes infrastructure for testing the generated code
      against known-good output. This is sometimes called “snapshot
      testing”. While there are crates for this, we currently don’t use any
      to avoid pulling in new dependencies.
      
      Bug: 228306440
      Test: atest pdl_inline_tests
      Change-Id: If33403444ba9e4ce9c45e15b65c1da03011aa5e9
      5fa28508
    • Jack He's avatar
      Blueberry: Migrate GattNotifyTest and GattConnectTest to Mobly · 65abee7b
      Jack He authored
      * Migrate legacy ACTS-based tests to the new Blueberry mobly based
        framework:
            GattNotifyTest
            GattConnectTest
      * Add associated libraries to support these tests
      * client_port is no longer needed in config file
      
      Test: gd/cert/run --sl4a_sl4a
      Test: gd/cert/run --sl4a
      Tag: #stability
      Bug: 232048916
      Change-Id: I680661d75dcd203c3f050b3379a01523275ec5b7
      65abee7b
    • Jakub Pawłowski's avatar
      2c6d8a46
    • Jack He's avatar
      Merge "RootCanal: Use weak_ptr for Phy, Device" · 157d27d0
      Jack He authored
      157d27d0
  2. May 09, 2022
  3. May 07, 2022
  4. May 06, 2022
  5. May 05, 2022
Loading