Revision tags: android-11.0.0_r8, android-11.0.0_r7, m/android-11.0.0_r8, android-vts-10.0_r5, android-vts-11.0_r1, android-security-11.0.0_r1, android-platform-11.0.0_r1, android-cts-11.0_r1, android-11.0.0_r5, android-11.0.0_r4, android-11.0.0_r3, android-11.0.0_r2, android-11.0.0_r1, platform-tools-30.0.4, android-mainline-11.0.0_r2, android-r-beta-3, android-r-beta-2, android-mainline-11.0.0_r1, platform-tools-30.0.3, platform-tools-30.0.2, android-mainline-10.0.0_r11, platform-tools-30.0.1, platform-tools-30.0.0, android-r-preview-4, android-r-preview-3, android-r-preview-2 |
|
bf40eac2 | 20-Feb-2020 |
Kiyoung Kim |
Remove ld.config.txt from bionic APEX Dynamic linker will use generated linker configuration in general. As ld.config.txt file in the APEX module will not be used, we can remove this
Remove ld.config.txt from bionic APEX Dynamic linker will use generated linker configuration in general. As ld.config.txt file in the APEX module will not be used, we can remove this to avoid confusion. Bug: 149887007 Test: m -j passed Test: Boot succeeded from cuttlefish and walleye Change-Id: Iffd2113cf29055a7263eb3697547297639e9dc0c
show more ...
|
Revision tags: platform-tools-29.0.6, android-r-preview-1, android-vts-9.0_r14, android-vts-9.0_r13, android-vts-9.0_r12, android-cts-9.0_r13, android-cts-9.0_r12, android-cts-9.0_r11, android-vts-10.0_r4, android-vts-10.0_r3, android-cts-10.0_r5, android-cts-10.0_r4, android-cts-10.0_r3, android-mainline-10.0.0_r6, android-mainline-10.0.0_r8 |
|
3274cc46 | 11-Nov-2019 |
Martin Stjernholm |
Reland "Add libdl_android to the Runtime (aka Bionic) APEX". Before this it ended up in /system. Test: build & boot Test: adb shell find system apex -name libdl_android.so | xar
Reland "Add libdl_android to the Runtime (aka Bionic) APEX". Before this it ended up in /system. Test: build & boot Test: adb shell find system apex -name libdl_android.so | xargs adb shell ls -l => apex/com.android.runtime/lib/bionic/libdl_android.so apex/com.android.runtime/lib64/bionic/libdl_android.so apex/com.android.runtime@1/lib/bionic/libdl_android.so apex/com.android.runtime@1/lib64/bionic/libdl_android.so system/lib/bootstrap/libdl_android.so system/lib/libdl_android.so -> /apex/com.android.runtime/lib/bionic/libdl_android.so system/lib64/bootstrap/libdl_android.so system/lib64/libdl_android.so -> /apex/com.android.runtime/lib64/bionic/libdl_android.so Test: atest CtsBionicTestCases Test: Repro in b/144343305#comment8 together with ag/9754153 Bug: 135753770 Bug: 144343305 Change-Id: I9ccd10b711223ca474e91741711b7b8efd521b2d
show more ...
|
c74666eb | 08-Nov-2019 |
Yuexi Ma |
Revert submission of topic 'libdl_android-in-apex' Reason for revert: broke numerous major apps in app compat testing Bug: 144100240 Change-Id: I50b440356bdbde3ac130da5d28d5ef20
Revert submission of topic 'libdl_android-in-apex' Reason for revert: broke numerous major apps in app compat testing Bug: 144100240 Change-Id: I50b440356bdbde3ac130da5d28d5ef20f8b63582
show more ...
|
a3b0eab3 | 06-Nov-2019 |
Martin Stjernholm |
Add libdl_android to the Runtime APEX. Before this it ended up in /system. Test: build & boot Test: adb shell find system apex -name libdl_android.so | xargs adb shell ls -l
Add libdl_android to the Runtime APEX. Before this it ended up in /system. Test: build & boot Test: adb shell find system apex -name libdl_android.so | xargs adb shell ls -l => apex/com.android.runtime/lib/bionic/libdl_android.so apex/com.android.runtime/lib64/bionic/libdl_android.so apex/com.android.runtime@1/lib/bionic/libdl_android.so apex/com.android.runtime@1/lib64/bionic/libdl_android.so system/lib/bootstrap/libdl_android.so system/lib/libdl_android.so -> /apex/com.android.runtime/lib/bionic/libdl_android.so system/lib64/bootstrap/libdl_android.so system/lib64/libdl_android.so -> /apex/com.android.runtime/lib64/bionic/libdl_android.so Bug: 135753770 Change-Id: Ibabb5714e8cc0454c77ae5d42d9650c345ff1b89
show more ...
|
Revision tags: platform-tools-29.0.5 |
|
470d10cf | 01-Oct-2019 |
Elliott Hughes |
Move bionic ("runtime") apex definition into bionic/. Bug: http://b/139176024 Test: boots Change-Id: Ifc3829e00b99c2f65ed932f0b42ab1ae59fec27c |