Merge "Link directly with libm due to libpng dependency." into jb-mr1-dev
This commit is contained in:
commit
1182e61f76
|
@ -17,7 +17,7 @@ LOCAL_UNSTRIPPED_PATH := $(TARGET_ROOT_OUT_UNSTRIPPED)
|
|||
LOCAL_C_INCLUDES := bootable/recovery
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := libminui libpixelflinger_static libpng
|
||||
LOCAL_STATIC_LIBRARIES += libz libstdc++ libcutils libc
|
||||
LOCAL_STATIC_LIBRARIES += libz libstdc++ libcutils libm libc
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
|
|
Loading…
Reference in New Issue