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

Commit b9d74495 authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Permit /system/lib/vndk-sp/hw/ for 'sphal' namespace

am: b5c0fc3c

Change-Id: Ic74e02582c7c2f5b7e9900bf77026168a2947fd2
parents 1cd1a2b8 b5c0fc3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ namespace.default.asan.permitted.paths = /data/asan/system/${LIB}:/system/${LIB}
namespace.sphal.isolated = true
namespace.sphal.visible = true
namespace.sphal.search.paths = /vendor/${LIB}/egl:/vendor/${LIB}/hw:/vendor/${LIB}
namespace.sphal.permitted.paths = /vendor/${LIB}
namespace.sphal.permitted.paths = /vendor/${LIB}:/system/${LIB}/vndk-sp/hw

namespace.sphal.asan.search.paths = /data/asan/vendor/${LIB}/egl:/vendor/${LIB}/egl:/data/asan/vendor/${LIB}/hw:/vendor/${LIB}/hw:/data/asan/vendor/${LIB}:/vendor/${LIB}
namespace.sphal.asan.permitted.paths = /data/asan/vendor/${LIB}:/vendor/${LIB}