aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 20:14:08 -0800
committerBob Badour <bbadour@google.com>2021-02-12 20:14:08 -0800
commit382930dc903553c7cc81ee006260ed319f4bb849 (patch)
treef705cad259e199783ae658c61ee4240a4c3150e1
parent315d859ec47ec349348cc400973ab4d5f5973332 (diff)
downloadlibcppbor-382930dc903553c7cc81ee006260ed319f4bb849.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/libcppborandroid-s-preview-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: Iaf70ec58fa73969cf9d7baeac57f56d745475e40
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index adefa63..8f2b64a 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_libcppbor_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_libcppbor_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
cc_defaults {
name: "libcppbor_defaults",
cflags: [