diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2013-02-06 23:42:36 +0100 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2013-02-06 23:44:49 +0100 |
commit | 542507f316d8ee4aeb3978ddcb48215c56d80d2f (patch) | |
tree | 109b16dc16400ff0e951b9f5657b5a2e5272076e /packages/Android | |
parent | 0e66d5878edc3d7ffc445116d194b58bbc7504b9 (diff) | |
download | curl-542507f316d8ee4aeb3978ddcb48215c56d80d2f.tar.gz |
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.
Diffstat (limited to 'packages/Android')
-rw-r--r-- | packages/Android/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Android/Android.mk b/packages/Android/Android.mk index 2c0064fac..3e94b80e8 100644 --- a/packages/Android/Android.mk +++ b/packages/Android/Android.mk @@ -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 |