Skip to content

Commit

Permalink
[system][ulib][test-utils] Improve library dependencies
Browse files Browse the repository at this point in the history
Make unittest a dynamic dependency, instead of statically linked in.
Remove hexdump as a dependency.

Change-Id: I87d39b4722c1e1665db63c1d46c023fd6a6b82b9
  • Loading branch information
xdje42 committed Sep 10, 2016
1 parent 78d1768 commit e320322
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions system/ulib/test-utils/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ MODULE_SO_NAME := test-utils
# mention them as a dependency as well.
# N.B. The order is important. Think ordering of args to the linker.
MODULE_STATIC_LIBS := \
ulib/unittest \
ulib/hexdump \
ulib/launchpad \
ulib/elfload \
ulib/mxio \
ulib/runtime
MODULE_LIBS := ulib/magenta ulib/musl
MODULE_LIBS := \
ulib/unittest \
ulib/musl \
ulib/magenta

include make/module.mk

0 comments on commit e320322

Please sign in to comment.