From e7c7654d6f79c57fae54507ba6fbb4e250aff4cd Mon Sep 17 00:00:00 2001 From: Kyle Repinski Date: Wed, 4 Nov 2015 11:10:20 -0600 Subject: nfc: Build firmware lib ourselves. The prebuilt libpn544_fw.so has text relocations. Because the NFC app ends up targeting the latest SDK API level, linker doesn't allow any libs referenced by it to have text relocations, including the dlopen call to libpn544_fw.so; All this lib does is contain a couple char arrays with the fw and fw version. Change-Id: Iaac980193d92cfedb87f3cd80841f724f06d4876 --- device.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'device.mk') diff --git a/device.mk b/device.mk index fb958a1..81b5933 100755 --- a/device.mk +++ b/device.mk @@ -37,6 +37,7 @@ PRODUCT_PACKAGES += \ camera.omap4 \ lights.tuna \ nfc.tuna \ + libpn544_fw \ power.tuna \ sensors.tuna -- cgit v1.1