commit | 38dd36eaa81027112b66e4ba38adf61f64934278 | [log] [tgz] |
---|---|---|
author | Max Bires <jbires@google.com> | Sun May 23 15:06:23 2021 -0700 |
committer | Max Bires <jbires@google.com> | Sun May 23 15:09:08 2021 -0700 |
tree | 5102c7238680d60a4244eb5f53ffb2ef19e04088 | |
parent | bd6647b45c600af4006bded73e03eb4b2321a2ca [diff] |
Shifting VTS libs to static_lib entry If these HALs aren't present on the device, then the test runner will fail due to test binary trying to dynamically link to libs that aren't present. Statically linking them will allow the test to fail gracefully when the test harness sees that the HAL interfaces aren't available on device. Fixes: 184797684 Test: atest VtsAidlKeyMintTargetTest Change-Id: I0f8dea081a51256cfb0e50d6af20038e2b8f1f07