commit | 92e12a93a7211232912ef600fb971d5ed582c8ef | [log] [tgz] |
---|---|---|
author | Marco Nelissen <marcone@google.com> | Tue Dec 18 13:41:04 2018 -0800 |
committer | Marco Nelissen <marcone@google.com> | Wed Dec 19 14:04:19 2018 -0800 |
tree | 2c2e3a83012ab1116a7259d5f55e72ee7ae6c962 | |
parent | 6f1eed673b90d60efcbdfc797ac88a03778ec35a [diff] |
Don't link with libbinder itself just for the headers By linking with libbinder.so, it ends up being an actual dependency for anything that links with android.hidl.token@1.0-utils, which results in it being copied into APEX files when it shouldn't be. Use libbinder_headers instead. Test: build Change-Id: Ied5a108e4ae8f862fae42a81594d6f0e414a4685