aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 14:50:19 -0800
committerBob Badour <bbadour@google.com>2021-02-12 14:50:19 -0800
commitd76eac9f451ee918e228407a829ffb23bf803991 (patch)
treead9154664f53f009b386bc5cac7286a1a2d41f95
parentaf75585f602f7fc3d11b25016f673fc6dbcbf766 (diff)
downloadtpm2-tss-d76eac9f451ee918e228407a829ffb23bf803991.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/tpm2-tssandroid-s-preview-1
Added SPDX-license-identifier-BSD to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ieafe8309b3bedf0830130e2178718f70cde6c1b6
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9774a369..711ef7cc 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_tpm2-tss_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_tpm2-tss_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
cc_defaults {
name: "tpm2-tss-defaults",
cflags: [