aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-02-24 17:52:06 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-02-24 17:52:06 +0000
commit26d35d4cc4779ed6850e73c9ee314fff9c892f4d (patch)
tree432e0c328b4df645cd368c5b6243abc41cbf9747
parentfd106d4eabe0fc8f9a9ffd21f787e936ac1bb500 (diff)
parent48378cd894f06daadd0f1d9d4e79cf57fb009fa9 (diff)
downloadfdlibm-26d35d4cc4779ed6850e73c9ee314fff9c892f4d.tar.gz
Snap for 7168215 from 48378cd894f06daadd0f1d9d4e79cf57fb009fa9 to simpleperf-release
Change-Id: Ie70f8af13586bb4aa4513d49c6a0f0a15e839d3b
-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,