Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d9f7457 authored by Stephen Hines's avatar Stephen Hines Committed by Android Git Automerger
Browse files

am c445e6e9: am 1182e61f: Merge "Link directly with libm due to libpng dependency." into jb-mr1-dev

* commit 'c445e6e9':
  Link directly with libm due to libpng dependency.
parents 53b6ca7e c445e6e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)