summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Vakulenko <avakulenko@google.com>2015-10-28 11:58:48 -0700
committerAlex Vakulenko <avakulenko@google.com>2015-10-28 11:58:48 -0700
commitf534acf6cc48569ab51bde986fec1c931e26ee78 (patch)
treeff26e98398fa26514b9c659516cbd8aa95071016
parent6f035c433ab3ed2992b2d187b35ef7715f80e9a6 (diff)
downloadattestation-brillo-m7-dev.tar.gz
attestation: Rename libchromeos -> libbrillobrillo-m7-releasebrillo-m7-mr-devbrillo-m7-dev
BUG: 24872993 Change-Id: I1c98b556d5a7ff244989569a2e00a7f285219068
-rw-r--r--attestation.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/attestation.gyp b/attestation.gyp
index 617456a..0f691f8 100644
--- a/attestation.gyp
+++ b/attestation.gyp
@@ -18,8 +18,8 @@
'target_defaults': {
'variables': {
'deps': [ # This is a list of pkg-config dependencies
+ 'libbrillo-<(libbase_ver)',
'libchrome-<(libbase_ver)',
- 'libchromeos-<(libbase_ver)',
'protobuf-lite',
],
},
@@ -165,8 +165,8 @@
'includes': ['../../../platform2/common-mk/common_test.gypi'],
'variables': {
'deps': [
+ 'libbrillo-test-<(libbase_ver)',
'libchrome-test-<(libbase_ver)',
- 'libchromeos-test-<(libbase_ver)',
],
},
'sources': [