android_bionic/libm
Jiyong Park 5603c6e6b9 Mark as recovery_available: true
Libraries that are direct or indirect dependencies of modules installed
to recovery partition (e.g. toybox) are marked as recovery_available:
true. This allows a recovery variant of the lib is created when it is
depended by other recovery or recovery_available modules.

Bug: 67916654
Bug: 64960723
Bug: 63673171
Bug: 29921292
Test: m -j
Change-Id: I59bf859a10a218af6591025a0fe7d1853e328405
2018-05-14 18:08:01 +09:00
..
amd64 Move math headers in with the other headers. 2016-04-02 08:36:33 -07:00
arm Fix arm/arm64 <fenv.h> to match current reality. 2017-11-03 16:46:32 -07:00
arm64 Use builtins for fma/fmax/fmin/round on arm64. 2017-11-09 15:57:34 -08:00
i387 Make it possible to build bionic with -I instead of -isystem. 2016-07-22 13:12:53 -07:00
mips
upstream-freebsd Switch to FreeBSD's actual sincos. 2018-05-09 12:25:12 -07:00
upstream-netbsd/lib/libm Switch to FreeBSD catrigl.c for complex arc trig functions. 2018-05-09 12:24:28 -07:00
x86 Minor copyright header unification. 2016-10-24 12:57:55 -07:00
x86_64 Minor copyright header unification. 2016-10-24 12:57:55 -07:00
Android.bp Mark as recovery_available: true 2018-05-14 18:08:01 +09:00
MODULE_LICENSE_BSD_LIKE
builtins.cpp Use builtins for fma/fmax/fmin/round on arm64. 2017-11-09 15:57:34 -08:00
digittoint.c
fake_long_double.c Switch to FreeBSD's actual sincos. 2018-05-09 12:25:12 -07:00
fpmath.h Switch the rest of our internal headers to #pragma once. 2018-02-13 14:27:17 -08:00
freebsd-compat.h Switch the rest of our internal headers to #pragma once. 2018-02-13 14:27:17 -08:00
libm.arm.map Add <glob.h>. 2017-09-26 18:46:09 -07:00
libm.arm64.map Add <glob.h>. 2017-09-26 18:46:09 -07:00
libm.map.txt Add missing libm introduced=26 annotations. 2017-08-29 11:45:31 -07:00
libm.mips.map Add <glob.h>. 2017-09-26 18:46:09 -07:00
libm.mips64.map Add <glob.h>. 2017-09-26 18:46:09 -07:00
libm.x86.map Add <glob.h>. 2017-09-26 18:46:09 -07:00
libm.x86_64.map Add <glob.h>. 2017-09-26 18:46:09 -07:00
signbit.cpp Remove some legacy declarations from <math.h>. 2017-10-19 14:15:31 -07:00
significandl.c