aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-15 09:21:41 -0700
committerBob Badour <bbadour@google.com>2021-03-15 09:21:41 -0700
commit0c00310b85b7b6f427c9d630803434a3adf70142 (patch)
treeaa0ec83d43383d770e0db00bbaa4d59a16283304
parent35891dbbfa6490e3b6f7971483604c228df4da78 (diff)
downloadruy-0c00310b85b7b6f427c9d630803434a3adf70142.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/ruyandroid-s-beta-2android-s-beta-1
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ia60d45f6cdcadaaa175aab2e2a2cae91058e6139
-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: ["."],