Skip to content
Snippets Groups Projects
Commit 542507f3 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Tweak the Android.mk file for its new location

This is untested, but ought to be enough to still allow it
to work automatically when the entire curl source tree is
dropped into a full Android source tree.
parent 0e66d587
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@
# Dan Fandrich
# November 2011
LOCAL_PATH:= $(call my-dir)
LOCAL_PATH:= $(call my-dir)/../..
common_CFLAGS := -Wpointer-arith -Wwrite-strings -Wunused -Winline -Wnested-externs -Wmissing-declarations -Wmissing-prototypes -Wno-long-long -Wfloat-equal -Wno-multichar -Wsign-compare -Wno-format-nonliteral -Wendif-labels -Wstrict-prototypes -Wdeclaration-after-statement -Wno-system-headers -DHAVE_CONFIG_H
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment