commit | ca96a101736e48047bb75dd418ce4d8e55c27b2f | [log] [tgz] |
---|---|---|
author | Andrei Homescu <ahomescu@google.com> | Wed May 10 00:37:52 2023 +0000 |
committer | Andrei Homescu <ahomescu@google.com> | Thu Apr 04 21:49:54 2024 +0000 |
tree | cabd1e3423498cf843c40d8cbdaddc08a29b4ac4 | |
parent | 8c540c77956b11f42a8ad2a4defa4d6edce4d639 [diff] [blame] |
rust/binder_rpc_test: Build on Trusty Add rules.mk to build binderRpcTest in Rust on Trusty. Bug: 242243245 Test: build binderRpcTest on Trusty Change-Id: I66262b5885db52ef7adc6e58e731f52dc06773bf
diff --git a/libs/binder/trusty/build-config-usertests b/libs/binder/trusty/build-config-usertests index d0a1fbc..72e5ff9 100644 --- a/libs/binder/trusty/build-config-usertests +++ b/libs/binder/trusty/build-config-usertests
@@ -16,4 +16,5 @@ [ porttest("com.android.trusty.binderRpcTest"), + porttest("com.android.trusty.rust.binder_rpc_test.test"), ]