mirror of
https://github.com/tensorflow/tensorflow.git
synced 2024-11-21 21:05:19 +00:00
d8a85e6638
PiperOrigin-RevId: 489204515
11 lines
214 B
Python
11 lines
214 B
Python
# BUILD file to make this directory a package.
|
|
|
|
package(
|
|
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
|
licenses = ["notice"],
|
|
)
|
|
|
|
exports_files(
|
|
["static-components.h"],
|
|
)
|