aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-04 19:44:56 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-02-04 19:44:56 +0000
commit48378cd894f06daadd0f1d9d4e79cf57fb009fa9 (patch)
tree432e0c328b4df645cd368c5b6243abc41cbf9747
parenta2254a4bcf054c6ccfa000a077aeba1183dba879 (diff)
parent87da5d8929a7d7c46493c9b726a9c520affe222a (diff)
downloadfdlibm-48378cd894f06daadd0f1d9d4e79cf57fb009fa9.tar.gz
Merge "[LSC] Add LOCAL_LICENSE_KINDS to external/fdlibm"android-s-preview-1
-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,