OSDN Git Service

Remove reference to obj/lib
authorDan Willemsen <dwillemsen@google.com>
Wed, 17 May 2017 23:47:23 +0000 (16:47 -0700)
committerDan Willemsen <dwillemsen@google.com>
Wed, 17 May 2017 23:49:56 +0000 (16:49 -0700)
commitb02206a6021699ac3de1079eb91af26f0860249b
tree4a5c5b8f4a395d332e5f5ba883e9b6b013b482d1
parent7ff7ed1c7de40059f1f21f59eed338603bec08e0
Remove reference to obj/lib

It's going away, since we don't have a single library on device anymore,
and it's simpler to keep the host looking like the device. This doesn't
seem to need it anymore either -- the libraries are found relative to
the test binary.

Test: bionic/tests/run-on-host.sh glibc
Change-Id: Ie9bf6388ecd773623181ec9eadb35d6e0ba0a441
tests/run-on-host.sh