Merge "Fix libpng includes"
This commit is contained in:
commit
cf27a6bfa2
@ -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)
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include <linux/fb.h>
|
||||
|
||||
#include <zlib.h>
|
||||
#include <libpng/png.h>
|
||||
#include <png.h>
|
||||
|
||||
#include "private/android_filesystem_config.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user