Add load() statements to TARGETS files

Reviewed By: luciang

Differential Revision: D13733578

fbshipit-source-id: 556c115935aa42c1da85ec0e91199b9f198fc467
This commit is contained in:
Philip Jameson 2019-01-22 15:20:28 -08:00 committed by Facebook Github Bot
parent 8189c184ec
commit b2ba06856a

View File

@ -1,4 +1,5 @@
load("@fbcode_macros//build_defs:auto_headers.bzl", "AutoHeaders")
load("@fbcode_macros//build_defs:cpp_library.bzl", "cpp_library")
load(":defs.bzl", "test_binary")
REPO_PATH = package_name() + "/"