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

Commit 939f06b4 authored by Justin Yun's avatar Justin Yun
Browse files

Removed unused part in ld.config.txt.in

In the namespace with "isolated = false", "permitted.paths" is not
used.

Bug: 71727966
Test: walleye device boot
Change-Id: I6f624be3c4e2c4070bb784632d0757408ec12db0
parent b91021a2
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -277,12 +277,6 @@ namespace.vndk.isolated = false
namespace.vndk.search.paths  = /system/${LIB}/vndk-sp${VNDK_VER}
namespace.vndk.search.paths += /system/${LIB}/vndk${VNDK_VER}

# This is exceptionally required since android.hidl.memory@1.0-impl.so is here
namespace.vndk.permitted.paths = /system/${LIB}/vndk-sp${VNDK_VER}/hw

namespace.vndk.asan.permitted.paths += /data/asan/system/${LIB}/vndk-sp${VNDK_VER}/hw
namespace.vndk.asan.permitted.paths +=           /system/${LIB}/vndk-sp${VNDK_VER}/hw

namespace.vndk.asan.search.paths  = /data/asan/system/${LIB}/vndk-sp${VNDK_VER}
namespace.vndk.asan.search.paths +=           /system/${LIB}/vndk-sp${VNDK_VER}
namespace.vndk.asan.search.paths += /data/asan/system/${LIB}/vndk${VNDK_VER}