summaryrefslogtreecommitdiff
path: root/libs/androidfw
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2012-02-21 16:57:14 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2012-02-21 16:57:14 -0800
commitedabdcf5acc7d607e74590f9207696702d45bf2f (patch)
tree52dbd813ce17b9a54d958ccfcf8d9740b52f5646 /libs/androidfw
parent7852022bf202449c83729e603fe6061c062dbf4b (diff)
parent027692b640059fb1a9795215c0a863183aa5829c (diff)
Merge "attempt to fix sdk build"
Diffstat (limited to 'libs/androidfw')
-rw-r--r--libs/androidfw/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/androidfw/Android.mk b/libs/androidfw/Android.mk
index 5dc77f3c0f3e..c5f8a87659f1 100644
--- a/libs/androidfw/Android.mk
+++ b/libs/androidfw/Android.mk
@@ -52,6 +52,9 @@ LOCAL_MODULE:= libandroidfw
LOCAL_MODULE_TAGS := optional
+LOCAL_C_INCLUDES := \
+ external/zlib
+
include $(BUILD_HOST_STATIC_LIBRARY)