Internal change

PiperOrigin-RevId: 707268913
This commit is contained in:
The gemma.cpp Authors 2024-12-17 15:15:21 -08:00 committed by Copybara-Service
parent 73766e8ee3
commit 5bc356f18f
3 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,7 @@ package(
default_applicable_licenses = [
"//:license", # Placeholder comment, do not modify
],
# Placeholder for internal compatible_with
default_visibility = ["//visibility:public"],
)

View File

@ -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__",
@ -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(
@ -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,

View File

@ -2,6 +2,7 @@ package(
default_applicable_licenses = [
"//:license", # Placeholder comment, do not modify
],
# Placeholder for internal compatible_with
default_visibility = [
"//:__subpackages__",
],