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

Commit 5a5b85d4 authored by Matthew Maurer's avatar Matthew Maurer Committed by Gerrit Code Review
Browse files

Merge "Move Rust Binder tests into libbinder TEST_MAPPING"

parents c7dd91b4 46c64a0e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -50,6 +50,14 @@
          "exclude-filter": "android.os.cts.StrictModeTest#testNonSdkApiUsage"
        }
      ]
    },
    {
      "name": "libbinder_rs-internal_test"
    }
  ],
  "postsubmit": [
    {
      "name": "rustBinderTest"
    }
  ]
}

libs/binder/rust/TEST_MAPPING

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "libbinder_rs-internal_test"
    }
  ],
  "postsubmit": [
    {
      "name": "rustBinderTest"
    }
  ]
}