summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLuigi Semenzato <semenzato@chromium.org>2015-04-28 11:12:18 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-04-29 18:40:49 +0000
commitb472d9cfe36e9eebea0479323607a575cfa497ff (patch)
tree2be00a4d3eee63daa0c87d9b54cce88c258a82d2 /tests
parentd7da706484823654f4f7f50b8d30f4d7a9d61089 (diff)
downloadvboot-b472d9cfe36e9eebea0479323607a575cfa497ff.tar.gz
vboot_reference: remove dependency on trousers
This is done to break a circular DEPENDency as we want to send UMA stats from tcsd. Without this, metrics depends on vboot_reference which depends on trousers which depends on metrics. Technically the vboot_reference dependency on trousers is header-file only, but we can't cope with that. BUG=chromium:481552 TEST=compiled with emerge-<something> vboot_reference BRANCH=none Change-Id: Iea5c0c39bb70977c9d375e63ea607687debe9f9f Reviewed-on: https://chromium-review.googlesource.com/267744 Reviewed-by: Randall Spangler <rspangler@chromium.org> Commit-Queue: Luigi Semenzato <semenzato@chromium.org> Tested-by: Luigi Semenzato <semenzato@chromium.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/tlcl_tests.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/tlcl_tests.c b/tests/tlcl_tests.c
index ef543d48..50371615 100644
--- a/tests/tlcl_tests.c
+++ b/tests/tlcl_tests.c
@@ -10,10 +10,6 @@
#include <stdlib.h>
#include <string.h>
-#include <tss/tcs.h>
-/* Don't use the vboot constants, since they conflict with the TCS lib */
-#define VBOOT_REFERENCE_TSS_CONSTANTS_H_
-
#include "host_common.h"
#include "test_common.h"
#include "tlcl.h"