diff options
author | 2023-02-22 18:28:39 +0000 | |
---|---|---|
committer | 2023-02-22 18:28:39 +0000 | |
commit | 56a9b8be193d328e84422655c04165c8cc1cf36d (patch) | |
tree | 0b866871dd5d37d3d317677fb4415f1b844fdc5d | |
parent | d438b1a7e7fbb58b8a3251755971222eeab79b5f (diff) |
Revert "Suspend test until fixed."
This reverts commit d438b1a7e7fbb58b8a3251755971222eeab79b5f.
Reason for revert: reland. This test needs to be disabled in internal branches, but it's okay here.
Change-Id: I2457b2e5b80992c4f281d74a7a50655004be22c9
-rw-r--r-- | libs/binder/tests/Android.bp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/binder/tests/Android.bp b/libs/binder/tests/Android.bp index 2a4fc48af6..e609987725 100644 --- a/libs/binder/tests/Android.bp +++ b/libs/binder/tests/Android.bp @@ -397,11 +397,6 @@ cc_binary { cc_test { name: "binderRpcTest", - // TODO(b/269799024) - test_options: { - unit_test: false, - }, - defaults: [ "binderRpcTest_defaults", "binderRpcTest_shared_defaults", |