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

Commit 37bd3284 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6309957 from 1dd5147b to rvc-release

Change-Id: I48b2e6f77c0731cf1c51c28ef983dd1e8f4387b8
parents a68cd59d 1dd5147b
Loading
Loading
Loading
Loading
+1 −10
Original line number Diff line number Diff line
@@ -180,7 +180,6 @@ cc_test {
    name: "resolv_unit_test",
    test_suites: ["device-tests", "mts"],
    require_root: true,
    test_config: "resolv_unit_test_config.xml",
    //TODO:  drop root privileges and make it be an real unit test.
    defaults: ["netd_defaults"],
    srcs: [
@@ -216,13 +215,5 @@ cc_test {
        "server_configurable_flags",
        "stats_proto",
    ],
    compile_multilib: "both",
    multilib: {
        lib32: {
            suffix: "32",
        },
        lib64: {
            suffix: "64",
        },
    },
    compile_multilib: "first",
}
+1 −0
Original line number Diff line number Diff line
6476b2d86877b861449c4ba9a0898a0916223b3f
+1 −0
Original line number Diff line number Diff line
3d9f8db62d1a79a247a9da91abce4bab41b90a99
+1 −1
Original line number Diff line number Diff line
e3cbaaa75f8ec9ff0ee35c2fa9b928121aeb9956  -
1271d6ab46cd0b0efb08890607738c1e44484d67
+4 −0
Original line number Diff line number Diff line
@@ -33,6 +33,10 @@ cc_test {
    name: "resolv_gold_test",
    test_suites: ["device-tests", "mts"],
    require_root: true,
    // b/151392634, this is a workaround because MTS
    // can not handle the test with testdata correctly.
    // TODO: Remove the xml after MTS fixing the problem.
    test_config: "resolv_gold_test_config.xml",
    defaults: ["netd_defaults"],
    data: ["testdata/pb/*.pb"],
    srcs: [
Loading