Snap for 6690818 from 3566a6bb9681f1d66416785fe9dca1ae5052ed64 to studio-4.1-release Change-Id: Ib4c14b8083dde9c70f178c77145535e3c052f23c
diff --git a/BUILD b/BUILD index a08f6bb..dbace97 100644 --- a/BUILD +++ b/BUILD
@@ -4,3 +4,24 @@ name = "windows-x86", srcs = glob(["**"]), ) + +filegroup( + name = "windows-x86-bundle", + srcs = glob( + include = ["Lib/x64/**"], + exclude = [ + "Lib/x64/test/**", + "Lib/x64/unittest/**", + "Lib/x64/config/**", + "Lib/x64/distutils/**", + "Lib/x64/idlelib/**", + "Lib/x64/lib2to3/**", + "Lib/x64/plat-linux2/**", + "Lib/x64/bsddb/test/**", + "Lib/x64/ctypes/test/**", + "Lib/x64/email/test/**", + "Lib/x64/lib-tk/test/**", + "Lib/x64/sqlite3/test/**", + ], + ), +)