Merge "Remove reference to deprecated option." am: 3d238a895c

Change-Id: Ic0afc4e392a15b4c00b785848768e3fa37aabf45
This commit is contained in:
Christopher Ferris 2020-05-15 15:42:32 +00:00 committed by Automerger Merge Worker
commit e58aca31fd

View file

@ -16,17 +16,6 @@
#include "gtest_globals.h"
#include <string>
#include <vector>
// Use the normal gtest format so that cts can parse the results.
extern "C" bool GetInitialArgs(const char*** args, size_t* num_args) {
static const char* initial_args[] = {"--gtest_format"};
*args = initial_args;
*num_args = 1;
return true;
}
std::string GetTestlibRoot() {
return "/data/local/tmp/lib/bionic-loader-test-libs";
}