Android.mk (4b72b91a7132df1f77bbae194e1071ac621f1edb) Android.mk (32a95656b51ebefcdf3e0b02c110825f59abd26f)
1#
2# Copyright (C) 2008 The Android Open Source Project
3#
4# This software may be distributed under the terms of the BSD license.
5# See README for more details.
6#
7
8LOCAL_PATH := $(call my-dir)

--- 265 unchanged lines hidden (view full) ---

274NEED_ECC=y
275NEED_JSON=y
276NEED_GAS_SERVER=y
277NEED_BASE64=y
278NEED_ASN1=y
279ifdef CONFIG_DPP2
280L_CFLAGS += -DCONFIG_DPP2
281endif
1#
2# Copyright (C) 2008 The Android Open Source Project
3#
4# This software may be distributed under the terms of the BSD license.
5# See README for more details.
6#
7
8LOCAL_PATH := $(call my-dir)

--- 265 unchanged lines hidden (view full) ---

274NEED_ECC=y
275NEED_JSON=y
276NEED_GAS_SERVER=y
277NEED_BASE64=y
278NEED_ASN1=y
279ifdef CONFIG_DPP2
280L_CFLAGS += -DCONFIG_DPP2
281endif
282ifdef CONFIG_DPP3
283L_CFLAGS += -DCONFIG_DPP3
282endif
284endif
285endif
283
284ifdef CONFIG_OWE
285L_CFLAGS += -DCONFIG_OWE
286NEED_ECC=y
287NEED_HMAC_SHA256_KDF=y
288NEED_HMAC_SHA384_KDF=y
289NEED_HMAC_SHA512_KDF=y
290NEED_SHA384=y

--- 1534 unchanged lines hidden ---
286
287ifdef CONFIG_OWE
288L_CFLAGS += -DCONFIG_OWE
289NEED_ECC=y
290NEED_HMAC_SHA256_KDF=y
291NEED_HMAC_SHA384_KDF=y
292NEED_HMAC_SHA512_KDF=y
293NEED_SHA384=y

--- 1534 unchanged lines hidden ---