From 5f6b88c75800e343cf224930505612d092696b5e Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Sun, 19 Aug 2018 12:35:13 +0200 Subject: [PATCH] HACK: Allow access to 27 sphal on vndk 26. system will try to load 27's android.hidl.memory instead of 26's --- ld.config.26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ld.config.26.txt b/ld.config.26.txt index 0985164..715de8f 100644 --- a/ld.config.26.txt +++ b/ld.config.26.txt @@ -58,7 +58,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}:/system/${LIB}/vndk-sp-26/hw +namespace.sphal.permitted.paths = /vendor/${LIB}:/system/${LIB}/vndk-sp-26/hw:/system/${LIB}/vndk-sp-27/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}