Skip to content

Commit

Permalink
HACK: rild: include librilutils as whole static lib
Browse files Browse the repository at this point in the history
To work around broken RILs that didn't link against
librilutils, include it as a whole static library
here.

Change-Id: I7234c5b87b3e99814d67ef3c6900e9ccc679bf5c
Signed-off-by: Dima Zavin <[email protected]>
  • Loading branch information
Dima Zavin committed May 23, 2013
1 parent 622bf2b commit 8cc4c1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rild/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ LOCAL_SHARED_LIBRARIES := \
libril \
libdl

# temporary hack for broken vendor rils
LOCAL_WHOLE_STATIC_LIBRARIES := \
librilutils_static

LOCAL_CFLAGS := -DRIL_SHLIB

LOCAL_MODULE:= rild
Expand Down

0 comments on commit 8cc4c1d

Please sign in to comment.