Skip to content

Commit

Permalink
Move fb_java_library.bzl to xplat
Browse files Browse the repository at this point in the history
Reviewed By: mzlee, mkillianey, ttsugriy

Differential Revision: D7402127

fbshipit-source-id: ddf05fb468b1a71ca3a88c0e071e726b18176f35
  • Loading branch information
Jonathan Kim authored and facebook-github-bot committed Apr 14, 2018
1 parent 4ed8b87 commit b315d36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/dexmaker/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
load("//build_defs:fb_java_library.bzl", "fb_java_library")
load("@xplat//build_defs:fb_java_library.bzl", "fb_java_library")

fb_java_library(
name = "dexmaker",
Expand Down
2 changes: 1 addition & 1 deletion lib/junit/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
load("//build_defs:fb_java_library.bzl", "fb_java_library")
load("@xplat//build_defs:fb_java_library.bzl", "fb_java_library")

fb_java_library(
name = "junit",
Expand Down

0 comments on commit b315d36

Please sign in to comment.