blob: b1fb33533f88a532fb3d54f01ecacb736deef29b [file] [log] [blame]
# Copyright 2016 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'target_defaults': {
'variables': {
'deps': [
'libbrillo-<(libbase_ver)',
],
},
},
'targets': [
{
'target_name': 'libcontainer_overrides',
'type': 'shared_library',
'sources': [
'preload.c',
'broker_client.c',
'broker_client.h',
],
'libraries': [
'-ldl',
],
},
],
}