diff options
author | David Tardon <dtardon@redhat.com> | 2016-11-20 13:51:28 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-11-21 09:44:41 +0100 |
commit | a1e9e5848c2018a91f36dffa6ffda67e16446877 (patch) | |
tree | 3fe277c0fe8fb7db3987273d258d0d4381345beb /sd | |
parent | 938dc595a2c1598e73c112150e1abb848dac4453 (diff) |
add missing resource dep
Change-Id: I018d04217dd25661562dde7e4f84ef32c5a3eb6a
Diffstat (limited to 'sd')
-rw-r--r-- | sd/Library_sd.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index 6a267d46a0f5..337cb614fd8c 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -578,4 +578,7 @@ endif # ENABLE_SDREMOTE_BLUETOOTH=TRUE endif # ENABLE_SDREMOTE=TRUE +# Runtime dependency for unit-tests +$(eval $(call gb_Library_use_restarget,sd,sd)) + # vim: set noet sw=4 ts=4: |