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

Commit 46c64a0e authored by Stephen Crane's avatar Stephen Crane
Browse files

Move Rust Binder tests into libbinder TEST_MAPPING

We want the Rust tests to trigger when libbinder changes, in case any
changes affect the Rust API.

Bug: None
Test: cd frameworks/native/libs/binder && atest
Change-Id: I10278c192e8c7dd29bc22144bc95451300524cb5
parent 47dcaf7c
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"
    }
  ]
}