summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
authorKyle Repinski <repinski23@gmail.com>2015-11-04 11:10:20 -0600
committerDániel Járai <jaraidaniel@gmail.com>2016-01-02 05:29:31 -0800
commite7c7654d6f79c57fae54507ba6fbb4e250aff4cd (patch)
tree8d005cd3478ff7de6413b3ffdf83a387bcb3a246 /device.mk
parent861a85cd8307797db75c4b869484d04416bbd372 (diff)
downloaddevice_samsung_tuna-e7c7654d6f79c57fae54507ba6fbb4e250aff4cd.zip
device_samsung_tuna-e7c7654d6f79c57fae54507ba6fbb4e250aff4cd.tar.gz
device_samsung_tuna-e7c7654d6f79c57fae54507ba6fbb4e250aff4cd.tar.bz2
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
Diffstat (limited to 'device.mk')
-rwxr-xr-xdevice.mk1
1 files changed, 1 insertions, 0 deletions
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