trunks: Rename libchromeos to libbrillo

BUG=b:24872993
TEST=build_packages
CQ-DEPEND=CL:309584

Change-Id: Id9cbc8c7490d3a97e7ae9e120b8ba76d69123701
Reviewed-on: https://chromium-review.googlesource.com/309495
Commit-Ready: Alex Deymo <[email protected]>
Tested-by: Alex Vakulenko <[email protected]>
Reviewed-by: Utkarsh Sanghi <[email protected]>
diff --git a/tss/Makefile b/tss/Makefile
index ceab1ef..76d280c 100644
--- a/tss/Makefile
+++ b/tss/Makefile
@@ -23,7 +23,7 @@
 $(error BASE_VER is not set. Make sure you set it to the correct revision number of libchrome)
 endif
 
-PC_DEPS = dbus-c++-1 libchrome-$(BASE_VER) libchromeos-$(BASE_VER)
+PC_DEPS = dbus-c++-1 libchrome-$(BASE_VER) libbrillo-$(BASE_VER)
 PC_CFLAGS := $(shell $(PKG_CONFIG) --cflags $(PC_DEPS))
 PC_LIBS := $(shell $(PKG_CONFIG) --libs $(PC_DEPS))