diff --git a/runtime/core/BUCK b/runtime/core/BUCK index 1e8cc179228..2e37e95b3ba 100644 --- a/runtime/core/BUCK +++ b/runtime/core/BUCK @@ -1,7 +1,7 @@ # Any targets that should be shared between fbcode and xplat must be defined in # targets.bzl. This file can contain xplat-only targets. -load(":targets.bzl", "define_common_targets") +load("@fbsource//xplat/executorch/runtime/core:targets.bzl", "define_common_targets") oncall("executorch") diff --git a/runtime/core/targets.bzl b/shim_et/xplat/executorch/runtime/core/targets.bzl similarity index 100% rename from runtime/core/targets.bzl rename to shim_et/xplat/executorch/runtime/core/targets.bzl