Include tests directories in the linker legacy configuration.

Make ld.config.legacy.txt similar to other linker configurations with
respect to tests in /data/{nativetest,benchmarktest}{,64}.

Note: The linker legacy configuration is used by the ART generic build
targets, defined in project device/generic/art.

Test: ART chroot-based on-device testing using the master-art
Bug: 121117762
Change-Id: I6c8fafa2568862e450aa7b9fea1177a184cb9705
This commit is contained in:
Roland Levillain 2019-03-18 17:37:36 +00:00
parent 830f837231
commit 5c99a0c067

View file

@ -11,6 +11,11 @@ dir.legacy = /vendor
dir.legacy = /odm
dir.legacy = /sbin
dir.legacy = /data/nativetest
dir.legacy = /data/nativetest64
dir.legacy = /data/benchmarktest
dir.legacy = /data/benchmarktest64
# Except for /postinstall, where only /system and /product are searched
dir.postinstall = /postinstall