platform_bionic/libm
Jiyong Park 036e09c36e Don't install *.mountpoint targets
The *.mountpoint targets that installs /bionic/lib/lib*.so and
/bionic/bin/linker* are no longer needed.

Now, /system/lib/lib*.so and /system/bin/linker* are simply symlinks to
the corresponding files in the runtime apex. For example,

/system/lib/libc.so -> /apex/com.android.runtime/lib/bionic/libc.so

This is made possible because we now activate APEXes even before the
data partition is mounted. Before the data partition mounting, the
APEXes from the system partition are ativated. After the data partition
is mounted, updated APEXes in the partition (if any) are activated. As a
result, the symlink always points to the valid path regardless of
whether /data is mounted or not.

Bug: 125549215
Test: device boots
Change-Id: Ie7d83686abe00b3c436f9f9db75d4244200a0fc9
2019-03-14 07:35:52 +09:00
..
amd64 Move math headers in with the other headers. 2016-04-02 08:36:33 -07:00
arm Remove ARM/MIPS fenv duplication. 2018-08-30 09:26:43 -07:00
arm64 Use builtins for ceil/floor/rint/trunc on arm64 2017-12-11 02:50:54 -05:00
i387 Make it possible to build bionic with -I instead of -isystem. 2016-07-22 13:12:53 -07:00
mips Remove ARM/MIPS fenv duplication. 2018-08-30 09:26:43 -07:00
upstream-freebsd libm: sync with upstream FreeBSD. 2019-02-04 13:43:48 -08:00
upstream-netbsd/lib/libm Update to FreeBSD libm r336665. 2018-07-24 10:36:00 -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 Don't install *.mountpoint targets 2019-03-14 07:35:52 +09:00
builtins.cpp Revert "arm64: Use builtin for nearbyintf/nearbyint" 2018-09-05 22:29:28 +00:00
digittoint.c Upgrade libm. 2013-02-01 14:51:19 -08:00
fake_long_double.c Use double-precision routines from arm-optimized-routines 2018-08-09 11:22:24 -03:00
fpmath.h Switch the rest of our internal headers to #pragma once. 2018-02-13 14:27:17 -08:00
freebsd-compat.h Update to FreeBSD libm r336665. 2018-07-24 10:36:00 -07:00
libm.map.txt Switch libm to libcrt.builtins 2019-02-22 13:33:15 -08:00
MODULE_LICENSE_BSD_LIKE Initial Contribution 2008-10-21 07:00:00 -07:00
signbit.cpp Remove some legacy declarations from <math.h>. 2017-10-19 14:15:31 -07:00
significandl.c Clean-up _fpmath and fake_long_doubles 2014-04-23 19:03:06 +01:00