Skip to content

Commit

Permalink
Add missing includes and libs to Android.mk
Browse files Browse the repository at this point in the history
I probably shouldn't need to add libc, but it shouldn't hurt either, and I
*do* need it. Otherwise I think my screwed up local build system is using
the wrong one. One day I'll actually get AOSP or Cyanogen to build properly
and I won't have to suffer with this cobbled-together pile of crap that I'm
using...

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Jun 17, 2012
1 parent dd9b0ab commit 4468cfc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Android.mk
Expand Up @@ -26,12 +26,13 @@ common_C_INCLUDES += \
external/openssl/include \
external/openssl/crypto \
external/zlib \
frameworks/base/cmds/keystore
frameworks/base/cmds/keystore \
system/core/include

common_SHARED_LIBRARIES := libcutils \
libz \
libicuuc \
libicui18n
libicui18n libgabi++ libc

ifneq ($(TARGET_SIMULATOR),true)
common_SHARED_LIBRARIES += libdl
Expand Down

0 comments on commit 4468cfc

Please sign in to comment.