No public description

PiperOrigin-RevId: 559787614
This commit is contained in:
Richard Levasseur
2023-08-24 10:02:43 -07:00
committed by Copybara-Service
parent 4fb52bb7ef
commit f2e9a553d6
12 changed files with 22 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Placeholder: load py_proto_library
load("//mediapipe/framework/port:build_config.bzl", "mediapipe_cc_proto_library")
licenses(["notice"])
+1
View File
@@ -13,6 +13,7 @@
# limitations under the License.
#
# Placeholder: load py_proto_library
load("//mediapipe/framework/port:build_config.bzl", "mediapipe_cc_proto_library", "mediapipe_proto_library")
licenses(["notice"])
@@ -12,6 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Placeholder: load py_library
# Placeholder: load py_binary
licenses(["notice"])
package(default_visibility = ["//mediapipe/examples:__subpackages__"])
@@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Placeholder: load py_binary
licenses(["notice"])
cc_binary(
+2
View File
@@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Placeholder: load py_test
licenses(["notice"])
package(default_visibility = ["//visibility:public"])
+2
View File
@@ -1,3 +1,5 @@
# Placeholder: load py_test
package(
default_visibility = ["//visibility:public"],
features = ["-use_header_modules"],
+2
View File
@@ -1,3 +1,5 @@
# Placeholder: load py_library
# Placeholder: load py_binary
load("//mediapipe/tasks/metadata:build_defs.bzl", "stamp_metadata_parser_version")
package(
@@ -1,3 +1,4 @@
# Placeholder: load py_library
# Placeholder for internal Python strict library and test compatibility macro.
package(
@@ -1,3 +1,5 @@
# Placeholder: load py_test
package(
default_visibility = [
"//visibility:public",
+1
View File
@@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Placeholder: load py_library
# Placeholder for internal Python strict library and test compatibility macro.
package(default_visibility = ["//visibility:public"])
+2 -1
View File
@@ -11,7 +11,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Placeholder: load py_library
load("//mediapipe/framework/port:build_config.bzl", "mediapipe_proto_library")
load("//mediapipe/framework:mediapipe_cc_test.bzl", "mediapipe_cc_test")
+3
View File
@@ -13,6 +13,9 @@
# limitations under the License.
#
# Placeholder: load py_library
# Placeholder: load py_test
licenses(["notice"])
package(default_visibility = ["//visibility:private"])