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:
parent
830f837231
commit
5c99a0c067
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue