- May 10, 2022
-
-
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
-
- Dec 07, 2021
-
-
Chris Manton authored
Bug: 205591223 Tag: #floss Test: Build on Linux Change-Id: Ib212886c1f14b8ed25b82f38ce140c0766a7f6f1
-
- Oct 07, 2021
-
-
Charlie Boutier authored
Tag: #floss Change-Id: Ia701bd7d4e26ec981398d66df4af798da35ae009
-
- Sep 21, 2021
-
-
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
-
- Jul 14, 2021
-
-
Abhishek Pandit-Subedi authored
Bug: 193585779 Test: None Tag: #floss Change-Id: If6909f59e110916a38273d08c7103a40f9fb5fe5
-
- Apr 09, 2021
-
-
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
-
- Mar 04, 2021
-
-
Abhishek Pandit-Subedi authored
Updated the README to build using build.py and explain how the Rust portion is built on Linux. Bug: 179821440 Tag: #floss Test: atest --host bluetooth_test_gd Change-Id: Ibb58fae9b9ca8aaaf1dcce7c5d33204c46fd9678
-
- Feb 22, 2020
-
-
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
-
- Oct 19, 2017
-
-
Jakub Pawlowski authored
Bug: 67853426 Test: run Bluetooth Change-Id: I75748d29a35d10d377d39e0441116dbfd04c82e9
-
- Oct 18, 2017
-
-
Jakub Pawlowski authored
Bug: 67853426 Test: run Bluetooth Change-Id: I75748d29a35d10d377d39e0441116dbfd04c82e9
-
- Feb 21, 2017
-
-
Jakub Pawlowski authored
Test: build on linux Change-Id: I72c7621fde1f229e3dd2a8cfa0cf0339e601914c
-
- Dec 01, 2016
-
-
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
-
- Nov 24, 2016
-
-
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
-
- Oct 20, 2016
-
-
Jakub Pawlowski authored
Thanks to this change we no longer have to configure paths by hand Test: build with ninja Change-Id: I04dfaa8f16e52a25efcc241019bae40d4201fb8b
-
- Oct 19, 2016
-
-
Jakub Pawlowski authored
When building bluetooth stack for linux, don't include dependencies from core. Test: build with ninja and mma Change-Id: I02aeb178327c9f6c0414cc37624aecc58fb0876e
-
Jakub Pawlowski authored
Code in audio_a2dp_hw folder contains Android-specific code for talking to Android media libraries. It is not useful on other platforms, and only adds unnecessary dependencies. Test: compile with ninja Change-Id: Ia0313332b4456ba0287587da66cdf2cce045f89c
-
- Apr 04, 2016
-
-
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
-
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
-
- Mar 25, 2016
-
-
Jakub Pawlowski authored
Markdown formatter at: https://android.googlesource.com/platform/system/bt/ interpret some things differently than other formatters. This patch fixes badly formatted parts. Change-Id: Ibe8a9c159d9d47396ef073f6555f06720bc3e661
-
Jakub Pawlowski authored
After this patch anyone should be able to build Fluoride on Linux. Bug: 27324453 Change-Id: I7776be12591b8fed6d38fc0375019606d311ddb9
-
- Mar 06, 2016
-
-
Patrick Tsai authored
-
- Feb 26, 2016
-
-
Jakub Pawlowski authored
Markdown formatter at: https://android.googlesource.com/platform/system/bt/ interpret some things differently than other formatters. This patch fixes badly formatted parts. Change-Id: Ibe8a9c159d9d47396ef073f6555f06720bc3e661
-
Jakub Pawlowski authored
After this patch anyone should be able to build Fluoride on Linux. Bug: 27324453 Change-Id: I7776be12591b8fed6d38fc0375019606d311ddb9
-