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

Commit e9b2dfe3 authored by John Reck's avatar John Reck
Browse files

Add libpng include path

 Forward compatibility change

Change-Id: Iae792715d9a9aea34f53cd6383981371835c4a31
parent fc43e16a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,6 +7,6 @@ LOCAL_MODULE := screenshot

LOCAL_SHARED_LIBRARIES := libcutils libz liblog
LOCAL_STATIC_LIBRARIES := libpng
LOCAL_C_INCLUDES += external/zlib
LOCAL_C_INCLUDES += external/zlib external/libpng

include $(BUILD_EXECUTABLE)
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
#include <linux/fb.h>

#include <zlib.h>
#include <libpng/png.h>
#include <png.h>

#include "private/android_filesystem_config.h"