From 4a7138fe37b3a0ba02bfa5182659552b04927818 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm Date: Fri, 1 Feb 2019 17:02:05 +0000 Subject: [PATCH] Some tests are run from /data/local/tmp, and they need proper namespaces. Bug: 123700170 Test: atest cameraservice_test libcompositionengine_test librenderengine_test libsurfaceflinger_arc_test libsurfaceflinger_unittest perfprofd_test inputflinger_tests Change-Id: Id3c628175c0037944ccc0d53a2d5327e688ef99e --- rootdir/etc/ld.config.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rootdir/etc/ld.config.txt b/rootdir/etc/ld.config.txt index 9bf90580b..d164b8aef 100644 --- a/rootdir/etc/ld.config.txt +++ b/rootdir/etc/ld.config.txt @@ -24,6 +24,9 @@ dir.system = /data/nativetest dir.system = /data/nativetest64 dir.system = /data/benchmarktest dir.system = /data/benchmarktest64 +# TODO(b/123864775): Ensure tests are run from one of the directories above and +# remove this. +dir.system = /data/local/tmp dir.postinstall = /postinstall