summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Vakulenko <avakulenko@google.com>2015-10-27 11:47:16 -0700
committerAlex Vakulenko <avakulenko@google.com>2015-10-27 11:47:16 -0700
commitf5b0798f7522bcf030f58f2024e2c37c1f12659a (patch)
tree84be551ddc64f36a150be832b6e52c6a6d85a974
parentecb0a2a4cea6ceb2e8c0d587a95f5229a2be1f99 (diff)
downloadtpm-f5b0798f7522bcf030f58f2024e2c37c1f12659a.tar.gz
trunks: Rename libchromeos into libbrillo
BUG: 24872993 Change-Id: I8b4fbb49a66483b7fe26dba019ba328470a5286e
-rw-r--r--Makefile2
-rw-r--r--trunks.gyp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c8cb335..9afcbd7 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ OUT ?= $(PWD)/build-opt-local
include common.mk
-PC_DEPS = libchrome-$(BASE_VER) libchromeos-$(BASE_VER) openssl
+PC_DEPS = libchrome-$(BASE_VER) libbrillo-$(BASE_VER) openssl
PC_CFLAGS := $(shell $(PKG_CONFIG) --cflags $(PC_DEPS))
PC_LIBS := $(shell $(PKG_CONFIG) --libs $(PC_DEPS))
diff --git a/trunks.gyp b/trunks.gyp
index 4203bc5..d9c709c 100644
--- a/trunks.gyp
+++ b/trunks.gyp
@@ -19,8 +19,8 @@
'includes': ['../../../platform2/common-mk/common.gypi'],
'variables': {
'deps': [ # This is a list of pkg-config dependencies
+ 'libbrillo-<(libbase_ver)',
'libchrome-<(libbase_ver)',
- 'libchromeos-<(libbase_ver)',
'openssl',
'protobuf-lite',
],