Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d79ce142 authored by Bruce Chen's avatar Bruce Chen Committed by android-build-merger
Browse files

Merge "Explicitly require root privs for resolv_unit_test" am: ed4d9666cf am: a6c18650fd

am: 9e53fdff51

Change-Id: I7e4a333a67d29dbb1d6167d0445d5dd5c171ecba
parents fde9dcb7 32ca30dd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -193,6 +193,8 @@ cc_test {
cc_test {
    name: "resolv_unit_test",
    test_suites: ["device-tests"],
    require_root: true,
    //TODO:  drop root privileges and make it be an real unit test.
    defaults: ["netd_defaults"],
    srcs: [
        "dns_tls_test.cpp",