commit | 28723ae444e4ef1678160314bd03cbd8212d7414 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Apr 01 18:52:30 2019 -0700 |
committer | Steven Moreland <smoreland@google.com> | Mon Sep 09 22:58:26 2019 +0000 |
tree | 153768ec1e3b80bcb7f78b373562e2287ffae252 | |
parent | 8f82e1240fde062a2b30b018015b06c7a757d4bd [diff] [blame] |
libbinder: on host The usecase is unit testing things which implement binder interfaces. Bug: 124524556 Test: TH runs all relevant unit tests Change-Id: I8caba1290da6d0354a7736a26d1dad7b6ab852e6
diff --git a/libs/binderthreadstate/Android.bp b/libs/binderthreadstate/Android.bp index 512b069..ee1a6a4 100644 --- a/libs/binderthreadstate/Android.bp +++ b/libs/binderthreadstate/Android.bp
@@ -20,6 +20,8 @@ enabled: true, support_system_process: true, }, + host_supported: true, + srcs: [ "IPCThreadStateBase.cpp", ],