commit | 81e8963ee9977a5268b0067b1920065bd66ca27c | [log] [tgz] |
---|---|---|
author | Armelle Laine <[email protected]> | Tue Sep 24 05:04:52 2024 +0000 |
committer | Armelle Laine <[email protected]> | Wed Sep 25 23:11:35 2024 +0000 |
tree | 27b82c1792f980cb9ac09ac9796d955b3f607e68 | |
parent | 7d3c06929eae090895dc15a3e9f513aaab0b26aa [diff] |
test: rules.mk: avb_test host test add unittest dep Bug: 368823731 Change-Id: I86d21e85ed81408a0d0423c9c66fafb641d0caf5
diff --git a/test/rules.mk b/test/rules.mk index aa2e382..4895704 100644 --- a/test/rules.mk +++ b/test/rules.mk
@@ -33,4 +33,8 @@ HOST_LIBS := \ stdc++ \ +HOST_DEPS := \ + trusty/user/base/host/unittest \ + + include make/host_test.mk