Skip to content

Commit ab7d889

Browse files
bigfootjonfacebook-github-bot
authored andcommitted
drop empty TARGETS in backends/mediatek/runtime (#21430)
Summary: The TARGETS file was 0 bytes; BUCK defines the actual neuron_backend cxx_library targeting Android. fbcode now falls through to BUCK with no behavior change. Reviewed By: ndmitchell Differential Revision: D109082047
1 parent 5c3f27c commit ab7d889

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

backends/mediatek/runtime/BUCK

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ load(
55
"@fbsource//tools/build_defs:default_platform_defs.bzl",
66
"ANDROID",
77
)
8+
load("@fbcode_macros//build_defs:build_file_migration.bzl", "non_fbcode_target")
89
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
910

1011
oncall("executorch")
1112

12-
runtime.cxx_library(
13+
non_fbcode_target(
14+
_kind = runtime.cxx_library,
1315
name = "neuron_backend",
1416
srcs = [
1517
"NeuronBackend.cpp",

backends/mediatek/runtime/TARGETS

Whitespace-only changes.

0 commit comments

Comments
 (0)