aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-18 01:06:24 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-18 01:06:24 +0000
commit1921442fc185b4d6ebcbf54b637d0ae3cd30b4aa (patch)
treeaa0ec83d43383d770e0db00bbaa4d59a16283304
parent6bd0f3cd5fce07231c69d181f93c91f7de09e91f (diff)
parent033350c4252004f65e85e8d547b473ae28ebd158 (diff)
downloadruy-1921442fc185b4d6ebcbf54b637d0ae3cd30b4aa.tar.gz
Change-Id: Iaefd3af57b4a89c4416dddaa85b463d4778bda9d
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 1d83d01..c2445e6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,23 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["external_ruy_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_ruy_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
cc_library_headers {
name: "libruy_headers",
export_include_dirs: ["."],