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

Commit 32ca30dd 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

Change-Id: Iaee1a38d816e5d2d3dde7b59f7781aee881e587f
parents be2f87f0 5350f611
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",