Chia-chi Yeh | 458fe1e | 2009-06-26 14:36:17 +0800 | [diff] [blame] | 1 | # |
Chia-chi Yeh | 96869bd | 2011-03-23 11:32:28 -0700 | [diff] [blame] | 2 | # Copyright (C) 2011 The Android Open Source Project |
Chia-chi Yeh | 458fe1e | 2009-06-26 14:36:17 +0800 | [diff] [blame] | 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | # |
| 16 | |
Chia-chi Yeh | 458fe1e | 2009-06-26 14:36:17 +0800 | [diff] [blame] | 17 | LOCAL_PATH := $(call my-dir) |
Chia-chi Yeh | 96869bd | 2011-03-23 11:32:28 -0700 | [diff] [blame] | 18 | |
Chia-chi Yeh | 458fe1e | 2009-06-26 14:36:17 +0800 | [diff] [blame] | 19 | include $(CLEAR_VARS) |
| 20 | |
| 21 | LOCAL_SRC_FILES := \ |
Chia-chi Yeh | f8a6a76 | 2011-07-04 17:21:23 -0700 | [diff] [blame] | 22 | src/racoon/algorithm.c \ |
| 23 | src/racoon/crypto_openssl.c \ |
| 24 | src/racoon/genlist.c \ |
| 25 | src/racoon/handler.c \ |
Chia-chi Yeh | 458fe1e | 2009-06-26 14:36:17 +0800 | [diff] [blame] | 26 | src/racoon/isakmp.c \ |
| 27 | src/racoon/isakmp_agg.c \ |
| 28 | src/racoon/isakmp_base.c \ |
Chia-chi Yeh | 514ffe2 | 2011-07-07 13:52:27 -0700 | [diff] [blame] | 29 | src/racoon/isakmp_cfg.c \ |
Chia-chi Yeh | 458fe1e | 2009-06-26 14:36:17 +0800 | [diff] [blame] | 30 | src/racoon/isakmp_frag.c \ |
| 31 | src/racoon/isakmp_ident.c \ |
| 32 | src/racoon/isakmp_inf.c \ |
| 33 | src/racoon/isakmp_newg.c \ |
| 34 | src/racoon/isakmp_quick.c \ |
Chia-chi Yeh | 514ffe2 | 2011-07-07 13:52:27 -0700 | [diff] [blame] | 35 | src/racoon/isakmp_unity.c \ |
| 36 | src/racoon/isakmp_xauth.c \ |
Chia-chi Yeh | 2ff6ed0 | 2011-07-12 19:55:48 -0700 | [diff] [blame] | 37 | src/racoon/ipsec_doi.c \ |
Chia-chi Yeh | 458fe1e | 2009-06-26 14:36:17 +0800 | [diff] [blame] | 38 | src/racoon/nattraversal.c \ |
Chia-chi Yeh | f8a6a76 | 2011-07-04 17:21:23 -0700 | [diff] [blame] | 39 | src/racoon/oakley.c \ |
| 40 | src/racoon/pfkey.c \ |
| 41 | src/racoon/policy.c \ |
| 42 | src/racoon/proposal.c \ |
| 43 | src/racoon/remoteconf.c \ |
| 44 | src/racoon/schedule.c \ |
| 45 | src/racoon/sockmisc.c \ |
| 46 | src/racoon/str2val.c \ |
| 47 | src/racoon/strnames.c \ |
| 48 | src/racoon/vendorid.c \ |
| 49 | src/racoon/vmbuf.c \ |
Chia-chi Yeh | 458fe1e | 2009-06-26 14:36:17 +0800 | [diff] [blame] | 50 | main.c \ |
| 51 | setup.c |
| 52 | |
| 53 | LOCAL_C_INCLUDES += \ |
| 54 | $(LOCAL_PATH) \ |
| 55 | $(LOCAL_PATH)/src/include-glibc \ |
| 56 | $(LOCAL_PATH)/src/libipsec \ |
| 57 | $(LOCAL_PATH)/src/racoon \ |
Robin Lee | 1a2c5e9 | 2017-03-10 16:07:39 +0000 | [diff] [blame] | 58 | $(LOCAL_PATH)/src/racoon/missing \ |
| 59 | system/netd/include |
Chia-chi Yeh | 458fe1e | 2009-06-26 14:36:17 +0800 | [diff] [blame] | 60 | |
Chia-chi Yeh | 96869bd | 2011-03-23 11:32:28 -0700 | [diff] [blame] | 61 | LOCAL_STATIC_LIBRARIES := libipsec |
| 62 | |
Robin Lee | 1a2c5e9 | 2017-03-10 16:07:39 +0000 | [diff] [blame] | 63 | LOCAL_SHARED_LIBRARIES := libcutils liblog libcrypto libkeystore-engine libnetd_client |
Chia-chi Yeh | 458fe1e | 2009-06-26 14:36:17 +0800 | [diff] [blame] | 64 | |
Kenny Root | 9b8e7d0 | 2016-09-16 12:45:19 -0700 | [diff] [blame] | 65 | LOCAL_CFLAGS := -DANDROID_CHANGES -DHAVE_CONFIG_H -D_BSD_SOURCE=1 |
Chia-chi Yeh | 458fe1e | 2009-06-26 14:36:17 +0800 | [diff] [blame] | 66 | |
Adam Langley | a029281 | 2014-09-30 15:20:01 -0700 | [diff] [blame] | 67 | LOCAL_CFLAGS += -Wno-sign-compare -Wno-missing-field-initializers -Wno-unused-parameter -Wno-pointer-sign -Werror |
Chia-chi Yeh | 514ffe2 | 2011-07-07 13:52:27 -0700 | [diff] [blame] | 68 | |
Andreas Gampe | a169bc0 | 2014-12-05 01:23:32 -0800 | [diff] [blame] | 69 | # Turn off unused XXX warnings. Should be removed/fixed when syncing with upstream. b/18523687, b/18632512 |
| 70 | LOCAL_CFLAGS += -Wno-unused-variable \ |
| 71 | -Wno-unused-but-set-variable \ |
| 72 | -Wno-unused-function \ |
| 73 | -Wno-unused-label \ |
| 74 | -Wno-unused-value |
Andreas Gampe | af1ce1a | 2014-11-25 11:54:06 -0800 | [diff] [blame] | 75 | |
Chia-chi Yeh | 458fe1e | 2009-06-26 14:36:17 +0800 | [diff] [blame] | 76 | LOCAL_MODULE := racoon |
| 77 | |
Tom Cherry | a817ca0 | 2015-08-14 13:00:13 -0700 | [diff] [blame] | 78 | LOCAL_INIT_RC := racoon.rc |
| 79 | |
Chia-chi Yeh | 458fe1e | 2009-06-26 14:36:17 +0800 | [diff] [blame] | 80 | include $(BUILD_EXECUTABLE) |
| 81 | |
Chia-chi Yeh | 96869bd | 2011-03-23 11:32:28 -0700 | [diff] [blame] | 82 | ########################################################################## |
| 83 | |
| 84 | include $(CLEAR_VARS) |
| 85 | |
| 86 | LOCAL_SRC_FILES := \ |
| 87 | src/libipsec/pfkey.c \ |
| 88 | src/libipsec/ipsec_strerror.c |
| 89 | |
Kenny Root | 9b8e7d0 | 2016-09-16 12:45:19 -0700 | [diff] [blame] | 90 | LOCAL_CFLAGS := -DANDROID_CHANGES -DHAVE_CONFIG_H |
Chia-chi Yeh | 96869bd | 2011-03-23 11:32:28 -0700 | [diff] [blame] | 91 | |
Adam Langley | a029281 | 2014-09-30 15:20:01 -0700 | [diff] [blame] | 92 | LOCAL_CFLAGS += -Wno-sign-compare -Wno-missing-field-initializers -Wno-unused-parameter -Wno-pointer-sign -Werror |
Chia-chi Yeh | 514ffe2 | 2011-07-07 13:52:27 -0700 | [diff] [blame] | 93 | |
Chia-chi Yeh | 96869bd | 2011-03-23 11:32:28 -0700 | [diff] [blame] | 94 | LOCAL_C_INCLUDES += \ |
| 95 | $(LOCAL_PATH) \ |
| 96 | $(LOCAL_PATH)/src/include-glibc \ |
| 97 | $(LOCAL_PATH)/src/libipsec |
| 98 | |
| 99 | LOCAL_MODULE := libipsec |
| 100 | |
| 101 | LOCAL_MODULE_TAGS := optional |
| 102 | |
| 103 | include $(BUILD_STATIC_LIBRARY) |