commit | 71f5b3ee55b95d86637e37ea5e7deef25f98637d | [log] [tgz] |
---|---|---|
author | Jakub Pawlowski <jpawlowski@google.com> | Tue Dec 20 12:55:51 2016 -0800 |
committer | Jakub Pawlowski <jpawlowski@google.com> | Tue Dec 20 12:57:11 2016 -0800 |
tree | be6f69b96941eed95901fadd5de531142d245a6b | |
parent | 30c4bfe8dd80be21ca118b159eff689ba8c16e5e [diff] [blame] |
Linux build fix Test: compilation test Change-Id: I0834431378b015eafbb26c48af342af4a650972b
diff --git a/hci/BUILD.gn b/hci/BUILD.gn index ec53c34..f41e16a 100644 --- a/hci/BUILD.gn +++ b/hci/BUILD.gn
@@ -41,6 +41,10 @@ "//btcore/include", "//stack/include", ] + + deps = [ + "//third_party/libchrome:base", + ] } executable("net_test_hci") { @@ -69,6 +73,7 @@ "//osi", "//btcore", "//third_party/googletest:gtest_main", + "//third_party/libchrome:base", ] libs = [