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

Commit 5c99a0c0 authored by Roland Levillain's avatar Roland Levillain
Browse files

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
parent 830f8372
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -11,6 +11,11 @@ dir.legacy = /vendor
dir.legacy = /odm
dir.legacy = /odm
dir.legacy = /sbin
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
# Except for /postinstall, where only /system and /product are searched
dir.postinstall = /postinstall
dir.postinstall = /postinstall