Android.mk (c1d255d3ffdbe447de3ab875bf4e7d7accc5bfc5) | Android.mk (32a95656b51ebefcdf3e0b02c110825f59abd26f) |
---|---|
1# Copyright (C) 2008 The Android Open Source Project 2# 3# This software may be distributed under the terms of the BSD license. 4# See README for more details. 5# 6 7LOCAL_PATH := $(call my-dir) 8 --- 553 unchanged lines hidden (view full) --- 562NEED_ECC=y 563NEED_JSON=y 564NEED_GAS=y 565NEED_BASE64=y 566NEED_ASN1=y 567ifdef CONFIG_DPP2 568L_CFLAGS += -DCONFIG_DPP2 569endif | 1# Copyright (C) 2008 The Android Open Source Project 2# 3# This software may be distributed under the terms of the BSD license. 4# See README for more details. 5# 6 7LOCAL_PATH := $(call my-dir) 8 --- 553 unchanged lines hidden (view full) --- 562NEED_ECC=y 563NEED_JSON=y 564NEED_GAS=y 565NEED_BASE64=y 566NEED_ASN1=y 567ifdef CONFIG_DPP2 568L_CFLAGS += -DCONFIG_DPP2 569endif |
570ifdef CONFIG_DPP3 571L_CFLAGS += -DCONFIG_DPP3 |
|
570endif | 572endif |
573endif |
|
571 572ifdef CONFIG_PASN 573L_CFLAGS += -DCONFIG_PASN 574L_CFLAGS += -DCONFIG_PTKSA_CACHE 575NEED_HMAC_SHA256_KDF=y 576NEED_HMAC_SHA384_KDF=y 577NEED_SHA256=y 578NEED_SHA384=y --- 574 unchanged lines hidden --- | 574 575ifdef CONFIG_PASN 576L_CFLAGS += -DCONFIG_PASN 577L_CFLAGS += -DCONFIG_PTKSA_CACHE 578NEED_HMAC_SHA256_KDF=y 579NEED_HMAC_SHA384_KDF=y 580NEED_SHA256=y 581NEED_SHA384=y --- 574 unchanged lines hidden --- |