Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 433fe3a8 authored by Jiyong Park's avatar Jiyong Park Committed by Jae Shin
Browse files

/data/nativetest[64] processes are running with the new ns config

Native tests under /data/nativetest[64] directory is now running with
the same linker namespace configuration as /system/bin/* processes.

This allows us to stop mimicing the linker namespace configuration of the
/system/bin/* processes using LD_LIBRARY_PATH.

Bug: 63597267
Test: run bionic-unit-tests
Test: run linker-unit-tests
Merged-In: If8e2ed0b8016e4e07bf6829735b8e02f952042d0
Change-Id: If8e2ed0b8016e4e07bf6829735b8e02f952042d0
(cherry picked from commit 9d1e50b8)
parent 4e2a8e37
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -7,6 +7,8 @@
dir.system = /system/bin/
dir.system = /system/bin/
dir.system = /system/xbin/
dir.system = /system/xbin/
dir.vendor = /vendor/bin/
dir.vendor = /vendor/bin/
dir.system = /data/nativetest/
dir.system = /data/nativetest64/


[system]
[system]
additional.namespaces = sphal,vndk,rs
additional.namespaces = sphal,vndk,rs