diff options
author | 2020-07-01 11:29:47 +0000 | |
---|---|---|
committer | 2020-07-01 12:41:06 +0000 | |
commit | 0a17b6a0e705e45cf47407d0573ef8a7fd67cd99 (patch) | |
tree | 9b864aae8d952fc0ee2829672220774c91494303 /compiler/utils/assembler_test.h | |
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 'compiler/utils/assembler_test.h')
-rw-r--r-- | compiler/utils/assembler_test.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/utils/assembler_test.h b/compiler/utils/assembler_test.h index 268befba3b..9e23d11116 100644 --- a/compiler/utils/assembler_test.h +++ b/compiler/utils/assembler_test.h @@ -738,7 +738,6 @@ class AssemblerTest : public testing::Test { AssemblerTest() {} void SetUp() override { - CommonArtTest::SetUpAndroidRootEnvVars(); allocator_.reset(new ArenaAllocator(&pool_)); assembler_.reset(CreateAssembler(allocator_.get())); test_helper_.reset( |