move build_variables.bzl and ufunc_defs.bzl from pytorch-root/tools/ to the root

Pull Request resolved: https://github.com/pytorch/pytorch/pull/78542

This makes importing easier in different build systems that have
different absolute names for the pytorch-root.

Differential Revision: [D36782582](https://our.internmc.facebook.com/intern/diff/D36782582/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36782582/)!

Approved by: https://github.com/malfet
This commit is contained in:
Michael Andreas Dagitses
2022-06-02 08:57:03 -07:00
committed by PyTorch MergeBot
parent 5ef378a30f
commit 501d0729cb
8 changed files with 12 additions and 13 deletions

View File

@ -4,8 +4,10 @@ include CITATION
include LICENSE
include NOTICE
include .gitmodules
include build_variables.bzl
include mypy.ini
include requirements.txt
include ufunc_defs.bzl
include version.txt
recursive-include android *.*
recursive-include aten *.*