aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-04 20:30:07 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-04 20:30:07 +0000
commitd07c9db368d3f12cf288830f2334d57c01a81563 (patch)
tree432e0c328b4df645cd368c5b6243abc41cbf9747
parent03ab78119744dd9c7a4953cb53cd89fb5d94ed45 (diff)
parent3fcf85adb1eaae3a9c7175e12c4d1a9c09a67ded (diff)
downloadfdlibm-d07c9db368d3f12cf288830f2334d57c01a81563.tar.gz
Merge "[LSC] Add LOCAL_LICENSE_KINDS to external/fdlibm" am: 48378cd894 am: 3fcf85adb1
Original change: https://android-review.googlesource.com/c/platform/external/fdlibm/+/1575401 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ibc8631498cfcfd6d83b54250446076859665d735
-rw-r--r--Android.bp16
1 files changed, 16 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5f4fded..69a306a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,22 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["external_fdlibm_license"],
+}
+
+// Added automatically by a large-scale-change
+license {
+ name: "external_fdlibm_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
cc_library_static {
name: "libfdlibm",
host_supported: true,