Don't bind-mount bionic files

Bind-mounting of the bionic files on /bionic/* paths no longer required
as there are direct symlinks from bionic files in /system partition to
the corresponding bionic files in the runtime APEX. e.g.,

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

Bug: 125549215
Test: m; devices boots
Test: atest installd_dexopt_test:DexoptTest#DexoptSecondaryCeLink
Change-Id: I47335d103fa1eb12b532daea92521ac0c3d39d7c
1 file changed