OSDN Git Service

bionic-unit-tests: remove dependency on ANDROID_DATA
authorDimitry Ivanov <dimitry@google.com>
Wed, 21 Sep 2016 18:17:13 +0000 (11:17 -0700)
committerDimitry Ivanov <dimitry@google.com>
Mon, 10 Oct 2016 20:56:20 +0000 (13:56 -0700)
commit927877c7d3173c1259732e51428f4ae38dc6bc4f
treefc558a23c5b705ffcfaff7e6e4b2278a27e3d0c2
parent708589f5e8244a17d690848eed5f0fbfcce48a26
bionic-unit-tests: remove dependency on ANDROID_DATA

Replace references to ANDROID_DATA enviroment variable with references
to g_testlib_root.

Bug: http://b/22182538
Test: build and run bionic-unit-tests --gtest_filter=dl*:Dl*
Test: make cts && cts-tradefed run singleCommand cts --skip-preconditions -m CtsBionicTestCases
Change-Id: I5667e991551cec55b9b664f2f0063039671ff34b
tests/Android.bp
tests/dlext_test.cpp
tests/dlfcn_test.cpp
tests/gtest_globals.cpp [new file with mode: 0644]
tests/gtest_globals.h [new file with mode: 0644]
tests/gtest_globals_cts.cpp [new file with mode: 0644]