diff options
author | David Srbecky <dsrbecky@google.com> | 2020-07-01 11:29:47 +0000 |
---|---|---|
committer | David Srbecky <dsrbecky@google.com> | 2020-07-01 12:41:06 +0000 |
commit | 0a17b6a0e705e45cf47407d0573ef8a7fd67cd99 (patch) | |
tree | 9b864aae8d952fc0ee2829672220774c91494303 /libnativeloader | |
parent | b7f4d0f15f02224ce5048ba566b2dce193ee103a (diff) |
Revert "Support running of host gtests in eng-prod"
This reverts commit 22872da653053bb4b86fbef67163a9f6b7aee25b.
Reason for revert: Checking if this CL is cause of b/160132136
Bug: 147817558
Bug: 160132136
Change-Id: Ifb6f2292292a7f69fbd0f2e9204fd37dbca84277
Diffstat (limited to 'libnativeloader')
-rw-r--r-- | libnativeloader/Android.bp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libnativeloader/Android.bp b/libnativeloader/Android.bp index 33a2c8f483..5f29b4d626 100644 --- a/libnativeloader/Android.bp +++ b/libnativeloader/Android.bp @@ -35,19 +35,6 @@ art_cc_library { "libbase", ], target: { - // Library search path needed for running host tests remotely (from testcases directory). - linux_glibc_x86: { - ldflags: [ - "-Wl,-rpath,$ORIGIN/../art_common/out/host/linux-x86/lib", - "-Wl,--enable-new-dtags", - ], - }, - linux_glibc_x86_64: { - ldflags: [ - "-Wl,-rpath,$ORIGIN/../art_common/out/host/linux-x86/lib64", - "-Wl,--enable-new-dtags", - ], - }, android: { srcs: [ "library_namespaces.cpp", |