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

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

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

* commit '1182e61f':
  Link directly with libm due to libpng dependency.
parents 258114b4 1182e61f
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)