Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 707268913
  • Loading branch information
The gemma.cpp Authors authored and copybara-github committed Dec 17, 2024
1 parent 73766e8 commit 5bc356f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ package(
default_applicable_licenses = [
"//:license", # Placeholder comment, do not modify
],
# Placeholder for internal compatible_with
default_visibility = ["//visibility:public"],
)

Expand Down
6 changes: 6 additions & 0 deletions compression/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package(
default_applicable_licenses = [
"//:license", # Placeholder comment, do not modify
],
# Placeholder for internal compatible_with
default_visibility = [
# Placeholder for internal visibility,
"//:__subpackages__",
Expand All @@ -23,6 +24,7 @@ FILE_DEPS = select({
# Placeholder for io deps, do not remove
],
":android": [],
# Placeholder for internal build rules, do not remove
})

cc_library(
Expand All @@ -32,6 +34,10 @@ cc_library(
# Placeholder for io backend, do not remove
],
hdrs = ["io.h"],
local_defines = select({
# Placeholder for internal build rules, do not remove
"//conditions:default": [],
}),
deps = [
"@highway//:hwy",
] + FILE_DEPS,
Expand Down
1 change: 1 addition & 0 deletions paligemma/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package(
default_applicable_licenses = [
"//:license", # Placeholder comment, do not modify
],
# Placeholder for internal compatible_with
default_visibility = [
"//:__subpackages__",
],
Expand Down

0 comments on commit 5bc356f

Please sign in to comment.