am 05f0a81a: Merge "Add libpng include path"

* commit '05f0a81a93f0d41fa4115c752e617849d145fe5b':
  Add libpng include path
This commit is contained in:
John Reck 2013-08-27 09:54:06 -07:00 committed by Android Git Automerger
commit 68bfe1fea6
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -8,7 +8,7 @@
#include <linux/fb.h>
#include <zlib.h>
#include <libpng/png.h>
#include <png.h>
#include "private/android_filesystem_config.h"