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
  2. Dec 07, 2021
  3. Oct 07, 2021
  4. Sep 21, 2021
    • Abhishek Pandit-Subedi's avatar
      floss: Refactor build script and merge bootstrapping · 0db7701e
      Abhishek Pandit-Subedi authored
      Removed the separate bootstrap.py and merged its functionality into
      build.py. With all the changes, this is how you do bootstrapping
      + building now:
      
      ./build.py --run-bootstrap
      ./build.py
      
      This changes defaults to something reasonable in the scripts. A few of
      the defaults that were changed:
      
      * Set bootstrap dir default to ~/.floss
      * Libdir changed to /usr/lib
      * Clang made default and --no-clang added instead
      * Vendored rust made default and --no-vendored-rust added instead
      
      Bug: 200620285
      Tag: #floss
      Test: ./build.py --run-bootstrap && ./build.py
      Change-Id: I305c6baa8a47e958dfa8e136eb60b08fc742effc
      0db7701e
  5. Jul 14, 2021
  6. Apr 09, 2021
    • Sonny Sasaka's avatar
      Add scripts to generate Debian packages of Fluoride dependencies · 44a69f1b
      Sonny Sasaka authored
      To build Fluoride on Linux, there are dependencies that are not usually
      provided by Linux package managers. This patch adds libchrome and
      modp_b64 package generators to make building them easier on Debian-based
      distros.
      
      Bug: 179821440
      Tag: #floss
      Test: None
      Change-Id: I93c6583d58635c65dbfbeea2ff556f09585225d5
      44a69f1b
  7. Mar 04, 2021
  8. Feb 22, 2020
    • Alain Michaud's avatar
      doc: Fixing broken link in README · 3f628eaa
      Alain Michaud authored
      This change simply fixes a broken link in the readme doc.
      
      BUG: None
      Test: make sure the new link works.
      Change-Id: I98c50c67f7d75b4cf3b6479403a995b0dfdc41cc
      3f628eaa
  9. Oct 19, 2017
  10. Oct 18, 2017
  11. Feb 21, 2017
  12. Dec 01, 2016
    • Jack He's avatar
      Add dependency installation files for x86_64 · 1399ab99
      Jack He authored
      * The installation script installs the necessary dependencies based on
        host OS version on Ubuntu OS
      * clang toolchain BUILD.gn will only use clang-3.5 or above
      * Update documentation
      
      Test: gn gen out/Default; ninja -C out/Default
      Change-Id: Ibc732ebc68009af25e9a911a724a888e008d45ac
      1399ab99
  13. Nov 24, 2016
    • Jack He's avatar
      Fix x86_64 compilation on Ubuntu 14.04 · d4e20db0
      Jack He authored
      * Add necessary includes in bt_trace.h
      * Add toolchain specific configs
      * Add libc++ import for clang
      * Add libc++abi include for clang
      * Add ipc_handler_linux.cc in service/BUILD.gn
      * Use shared_mutex when _LIBCPP_VERSION < 3500
      * Updated the build instructions
      
      Test: ninja -C out/Default
      Change-Id: I362ebf33f62910be817339cc6bdc62830f57db30
      d4e20db0
  14. Oct 20, 2016
  15. Oct 19, 2016
  16. Apr 04, 2016
    • Alain Vongsouvanh's avatar
      Bring back support for legacy bt_config.xml · 77e784c9
      Alain Vongsouvanh authored
      If a device migrates directly from L or earlier to a version using this
      new implementation, all bt_config will be lost, requiring to repair to
      the devices.
      
      Bug: 27824878
      Change-Id: Ifdca0d8cad8efaa9f503ca40ac0725547a06f15c
      77e784c9
    • Alain Vongsouvanh's avatar
      Bring back support for legacy bt_config.xml · 7eedeab0
      Alain Vongsouvanh authored
      If a device migrates directly from L or earlier to a version using this
      new implementation, all bt_config will be lost, requiring to repair to
      the devices.
      
      Change-Id: Ifdca0d8cad8efaa9f503ca40ac0725547a06f15c
      7eedeab0
  17. Mar 25, 2016
  18. Mar 06, 2016
  19. Feb 26, 2016
Loading