summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-20 04:03:51 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-20 04:03:51 +0000
commit77eea1354ba8f7724c92e03e81459b6a4387c2a0 (patch)
treed9bfebeca9c2fdc867d14da1518fadc7c74c30bf
parent21214f3858d9dc789a3abe76e60c0320de862c7d (diff)
parentbfe6268c9f6d633502abc579330546ec3bdc9751 (diff)
downloadmodp_b64-77eea1354ba8f7724c92e03e81459b6a4387c2a0.tar.gz
Snap for 7158495 from bfe6268c9f6d633502abc579330546ec3bdc9751 to tm-release
Change-Id: I2199be47564c30f287bf21365bc7763bb11bfc25
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 7f0b310..962f5a4 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_modp_b64_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_modp_b64_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
cc_library_static {
name: "libmodpb64",
host_supported: true,