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

Commit 5ff4c007 authored by Matthew Maurer's avatar Matthew Maurer Committed by Automerger Merge Worker
Browse files

Merge "Move Rust Binder tests into libbinder TEST_MAPPING" am: 5a5b85d4 am:...

Merge "Move Rust Binder tests into libbinder TEST_MAPPING" am: 5a5b85d4 am: 93492c35 am: 9cb2b5df am: f6dd701a

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1506416

Change-Id: Ia01347eb9c4f86b93c5df55186897bac20b9ad8a
parents 95bd9a3b f6dd701a
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"
    }
  ]
}