History log of /system/bt/build/secondary/third_party/libchrome/BUILD.gn
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5b790feeeb211c42bf78ca3ae9c26aa30e516765 18-Sep-2017 Jakub Pawlowski <jpawlowski@google.com> Make copyright headers consistent with Google template; remove "(C)"

Test: Comment changes only; still compiles...
Change-Id: Id699a8170112f06e4a2c9f2e0f0834d1817ace4e
/system/bt/build/secondary/third_party/libchrome/BUILD.gn
79c2ff968f1bdbd158c08943728c1a7316c21a80 31-Oct-2016 Jakub Pawlowski <jpawlowski@google.com> Initial DBus transport support

This patch adds initial support for DBus transport on Linux. It exposes
initial implementation of Adapter that can be Enabled and Disabled. One
can also introspect the interface to find the exposed methods. Further
patches will extend it's functionality.

Test: ninja -C out/Default -j 40
Change-Id: I173cc752b8d8aaa8706ed36f75f5a043cc987b1a
/system/bt/build/secondary/third_party/libchrome/BUILD.gn
5f7514d934703adfc545e241c8d8dacaf1f7f72c 25-Aug-2016 Jakub Pawlowski <jpawlowski@google.com> Update linux BUILD.gn files

Change-Id: Iccec195d35b5a62d7b45834670229a68deeb4add
/system/bt/build/secondary/third_party/libchrome/BUILD.gn
3ad44520b8fc86520c3d0e31ac098d38f6bfffa9 14-Jul-2016 Jakub Pawlowski <jpawlowski@google.com> Update libchrome BUILD.gn

Update BUILD.gn to match libchrome from top of AOSP.

Change-Id: I1d8638d67f816479e58af627ab5bd00649b72697
/system/bt/build/secondary/third_party/libchrome/BUILD.gn
b4a42e7b9c277cfd71a575cbdb104013855b80cd 07-Apr-2016 Bluetooth Build Test <test@build.com> Linux build fix

* add missing LOG_TAG definition
* add missing LOG_TAG inside LOG statements
* remove unnecessary includes of cutils/*.h files
* update libchrome/BUILD.gn to be on par with latest version of
library used in Android

Bug: 28094186
Change-Id: I19a07afac20789b42a070995f6aa9da68b1bb940
/system/bt/build/secondary/third_party/libchrome/BUILD.gn
219d4b6a542ade76b6069ee99cd0af0548139c9c 25-Feb-2016 Jakub Pawlowski <jpawlowski@google.com> Build on linux: final changes and instructions.

After this patch anyone should be able to build Fluoride on Linux.

Bug: 27324453
Change-Id: I7776be12591b8fed6d38fc0375019606d311ddb9
/system/bt/build/secondary/third_party/libchrome/BUILD.gn
d7a05a0c5bead54b50a70ffe50d3f371a57ae7ff 23-Feb-2016 Jakub Pawlowski <jpawlowski@google.com> Update build files for Fluoride on Linux

uprev build/secondary/third_party/**/BUILD.gn"
Other BUILD.gn files were updated to match current state of project.

Change-Id: Ie895d25680d510f5e69e6f15553311f6671cdce3
/system/bt/build/secondary/third_party/libchrome/BUILD.gn
f2d6434a6b7ad98e20c7a601d2a0950237514837 09-Jul-2015 Arman Uguray <armansito@google.com> gn-build: Add bluetooth-service target

This patch makes the Bluetooth system service (service/) buildable using GN:

1. Added new BUILD.gn file for service/
2. Added conditional compilation for global config paths, with TODOs for
generalizing them later.
3. Added a shim for loading the Bluetooth library that calls hw_get_module on
Android and explicitly calls dlopen on OS_GENERIC.
4. Fixed compile warnings and errors.
5. Did some minor clean up in gatt_server.cpp for better readability.

Bug: 22124644
Change-Id: I3226537a3a5211a6762651a35707638df29956b0
/system/bt/build/secondary/third_party/libchrome/BUILD.gn
0ca99052be04bfd85c9c1ae2601214bedf90b238 08-Jul-2015 Arman Uguray <armansito@google.com> gn-build: Add BUILD files for libchrome

This CL adds GN build files for libchrome, which is the ChromeOS/Brillo library
for many C++ tools, include libbase. I added a new GN build target for "base"
under secondary sources with a GN build file for libchrome which currently lives
in platform/external/libchrome in AOSP.

To build, clone libchrome into third_party/libchrome and remove
third_party/libchrome/base/BUILD.gn. Also clone external/modp_b64 into
third_party/modp_b64. Eventually I will have scripts set up to do
this automatically.

This means that we can start developing against libbase while running GN builds
on Goobuntu but this would break the tree until libchrome is buildable within
the Android build system (http://r.android.com/158392). So Brillo/Android builds
will depend on libchrome using the conventional Android.mk means.

Bug: 22175181
Change-Id: I9a737aa785488e5bc0ca1adc087d1d5dfcdf3bea
/system/bt/build/secondary/third_party/libchrome/BUILD.gn