aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-16 05:28:17 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-16 05:28:17 +0000
commit6332d3e7772feb974cdd5c174442f89bf69d80c0 (patch)
treeaa0ec83d43383d770e0db00bbaa4d59a16283304
parent8653006f729ac82833374f411c1d65b25b73aa70 (diff)
parent0c00310b85b7b6f427c9d630803434a3adf70142 (diff)
downloadruy-6332d3e7772feb974cdd5c174442f89bf69d80c0.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/ruy am: 0c00310b85android-s-beta-4android-s-beta-3android-s-beta-4
Original change: https://android-review.googlesource.com/c/platform/external/ruy/+/1636441 Change-Id: Ibee0000bc97f398527583c4883543599e309e7e6
-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: ["."],