aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2017-12-19 19:04:07 +0100
committerElliott Hughes <enh@google.com>2017-12-20 14:03:33 -0800
commit486467e11b5904b3e04adc2f5fdb96fcfe65da84 (patch)
tree492c1de56730f0b42bba1f651aa78c8cac13cfa7 /Android.bp
parent7d91b4f63bd1fd29c11c9ff1ba6e7c42622e0687 (diff)
downloadandroid_external_curl-486467e11b5904b3e04adc2f5fdb96fcfe65da84.tar.gz
android_external_curl-486467e11b5904b3e04adc2f5fdb96fcfe65da84.tar.bz2
android_external_curl-486467e11b5904b3e04adc2f5fdb96fcfe65da84.zip
Update from 7.55.1 to 7.57.0
Update the local patch to match the new config. Removed the packages/Android/Android.mk file added by upstream (outdated Android.mk version which will confuse people). Updated Android.bp with the new files. Bug: http://b/70741465 Test: builds, boots, `vendor/google/tools/fake-ota on streaming` works Change-Id: Ib2411f5e64db4e11ffd916dc81cd23b46888b900
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 4938592..ae5a0cc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -34,7 +34,6 @@ cc_defaults {
"-DSIZEOF_LONG_LONG=8",
"-DSIZEOF_SIZE_T=4",
"-DSIZEOF_TIME_T=4",
- "-DSIZEOF_VOIDP=4",
],
},
lib64: {
@@ -43,7 +42,6 @@ cc_defaults {
"-DSIZEOF_LONG_LONG=8",
"-DSIZEOF_SIZE_T=8",
"-DSIZEOF_TIME_T=8",
- "-DSIZEOF_VOIDP=8",
],
},
},
@@ -163,6 +161,9 @@ cc_library {
"lib/curl_endian.c",
"lib/curl_des.c",
"lib/system_win32.c",
+ "lib/mime.c",
+ "lib/sha256.c",
+ "lib/setopt.c",
"lib/vauth/vauth.c",
"lib/vauth/cleartext.c",
"lib/vauth/cram.c",
@@ -229,7 +230,6 @@ cc_binary {
"src/tool_libinfo.c",
"src/tool_main.c",
"src/tool_metalink.c",
- "src/tool_mfiles.c",
"src/tool_msgs.c",
"src/tool_operate.c",
"src/tool_operhlp.c",