From b99be65c277b0cc65a00a33e784ed49461531737 Mon Sep 17 00:00:00 2001 From: Martijn Coenen Date: Wed, 2 Nov 2011 15:58:37 -0700 Subject: Use NFC HAL for some libnfc settings. The NFC HAL in libhardware allows us to store and retrieve product-specific settings. This patch moves two product-specific settings to the HAL: the device port, and the usage of the i2c workaround we had for crespo. This means configuring the port no longer needs to be done from JNI land. Change-Id: I2e19b6f188f808bc2f2a1f1abc28f2a6c47e6a4c --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index af260ce..b45f78b 100644 --- a/Android.mk +++ b/Android.mk @@ -129,7 +129,7 @@ LOCAL_CFLAGS += -I$(LOCAL_PATH)/src LOCAL_MODULE:= libnfc LOCAL_MODULE_TAGS := optional -LOCAL_SHARED_LIBRARIES := libcutils libnfc_ndef libdl +LOCAL_SHARED_LIBRARIES := libcutils libnfc_ndef libdl libhardware include $(BUILD_SHARED_LIBRARY) -- cgit v1.1