diff options
| author | Jiyong Park <jiyong@google.com> | 2017-07-19 00:29:51 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-07-19 00:29:51 +0000 |
| commit | df13c1473dc741d68a0084eb50f07b5150b12f0d (patch) | |
| tree | 09cffb148147fd7ccbd66e6cbe372ed31bbb4a21 | |
| parent | 6bcf4fb8b50a73b1191b44cf1b16477fe966ada9 (diff) | |
| parent | c5aba9702ed1f592a05a96463a3377e029f1b339 (diff) | |
Merge "/data/nativetest[64] processes are running with the new ns config" into oc-dr1-dev
am: c5aba9702e
Change-Id: Icf29b590738b6e3287b3635d352fe2c01d185fd8
| -rw-r--r-- | rootdir/etc/ld.config.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rootdir/etc/ld.config.txt b/rootdir/etc/ld.config.txt index 241722c94f..859fcd2655 100644 --- a/rootdir/etc/ld.config.txt +++ b/rootdir/etc/ld.config.txt @@ -7,6 +7,8 @@ dir.system = /system/bin/ dir.system = /system/xbin/ dir.vendor = /vendor/bin/ +dir.system = /data/nativetest/ +dir.system = /data/nativetest64/ [system] additional.namespaces = sphal,vndk,rs |
