commit | ed9ba5ebe4736af659f5f9b56d9348b9055dc4a6 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Nov 07 23:34:24 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 07 23:34:24 2019 +0000 |
tree | 28cec2823d0e491450440407e1758558f93e1273 | |
parent | 9dcdf48bca951d736e7b0d25a3c4951566136578 [diff] | |
parent | 307ed9313ab8c61e3ab462fe6679a5705d41b8ad [diff] |
Merge "Add require_root for libcutils tests"
diff --git a/libcutils/Android.bp b/libcutils/Android.bp index b9420d4..88e1bdb 100644 --- a/libcutils/Android.bp +++ b/libcutils/Android.bp
@@ -244,6 +244,7 @@ defaults: ["libcutils_test_default"], host_supported: true, shared_libs: test_libraries, + require_root: true, } cc_test { @@ -255,6 +256,7 @@ "libcgrouprc_format", ] + test_libraries, stl: "libc++_static", + require_root: true, target: { android: {