aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-18 01:05:37 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-18 01:05:37 +0000
commitdddbaede72f7a6542aaaa84f67921d6cf0f7ad7a (patch)
treeaa0ec83d43383d770e0db00bbaa4d59a16283304
parent77de127cb1f443660ed39c22fbef8c6b5c43ed63 (diff)
parent033350c4252004f65e85e8d547b473ae28ebd158 (diff)
downloadruy-android12-d1-s4-release.tar.gz
Change-Id: I2605cfdc3288186c67b72d65cc9df14a858ae2d0
-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: ["."],