| Index: sandbox/linux/BUILD.gn
|
| diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn
|
| index 8396a661add07b27cbaaf324162db3bce4ae5651..341d3639e7368dddaa4aeb37d8abe1fae4e9ba0e 100644
|
| --- a/sandbox/linux/BUILD.gn
|
| +++ b/sandbox/linux/BUILD.gn
|
| @@ -119,11 +119,6 @@ source_set("sandbox_linux_unittests_sources") {
|
| defines = [ "SANDBOX_USES_BASE_TEST_SUITE" ]
|
| }
|
|
|
| - if (is_linux) {
|
| - # Don't use this on Android.
|
| - libs = [ "rt" ]
|
| - }
|
| -
|
| if (compile_suid_client) {
|
| sources += [
|
| "suid/client/setuid_sandbox_client_unittest.cc",
|
|
|