blob: 7f422137af6657848360e58c11d250e887f910f4 [file] [log] [blame]
EMPTY_CONFIGS = {
'Debug': {},
'Release': {},
}
apple_library(
name = 'Dep1',
configs = EMPTY_CONFIGS,
srcs = [],
frameworks = [],
deps = [],
visibility = ['PUBLIC'],
)