Explicitly export files needed by other packages
PiperOrigin-RevId: 282578742 Change-Id: If6638809fd0986b780b7fe30b993772dabd91c0e
This commit is contained in:
parent
08eaf41890
commit
c59a552173
@ -54,6 +54,7 @@ py_test(
|
|||||||
)
|
)
|
||||||
|
|
||||||
exports_files([
|
exports_files([
|
||||||
|
"schema.fbs",
|
||||||
"schema_v0.fbs",
|
"schema_v0.fbs",
|
||||||
"schema_v1.fbs",
|
"schema_v1.fbs",
|
||||||
"schema_v2.fbs",
|
"schema_v2.fbs",
|
||||||
|
@ -21,6 +21,8 @@ package(
|
|||||||
licenses = ["notice"], # Apache 2.0
|
licenses = ["notice"], # Apache 2.0
|
||||||
)
|
)
|
||||||
|
|
||||||
|
exports_files(["generated_examples_zip_test.cc"])
|
||||||
|
|
||||||
[gen_zip_test(
|
[gen_zip_test(
|
||||||
name = "zip_test_%s" % test_name,
|
name = "zip_test_%s" % test_name,
|
||||||
size = "medium",
|
size = "medium",
|
||||||
|
Loading…
Reference in New Issue
Block a user