diff --git a/ts2panda/BUILD.gn b/ts2panda/BUILD.gn index 954e903051ed94a4d473a3781dd9bc6c8916e339..7ea0c340d27d25cac373b70e329423649af2c773 100755 --- a/ts2panda/BUILD.gn +++ b/ts2panda/BUILD.gn @@ -250,3 +250,17 @@ group("ts2abc_unittests") { # deps += [ "${ts2abc_root}/ts2abc/tests:unittest" ] # } } + +# Workaround for dev brach. Should be about to remove shortly +group("src_linux") { +} +group("src_win") { +} +group("src_mac") { +} +group("ts2abc_linux") { +} +group("ts2abc_win") { +} +group("ts2abc_mac") { +}