summaryrefslogtreecommitdiffstats
path: root/1.0
diff options
context:
space:
mode:
authorBhuvan Varshney <bvarshne@codeaurora.org>2019-04-16 16:09:27 +0530
committerBhuvan Varshney <bvarshne@codeaurora.org>2019-04-16 16:09:27 +0530
commitf730b98e03aa928768841a5eff23d98468e06fcb (patch)
tree7f99e947907d683d80b67c5cb5d52405d2f0b853 /1.0
parent023f8385566f00e5edd89dd33e9c90a050aa3ae1 (diff)
downloadandroid_vendor_nxp_interfaces_opensource_nfc-f730b98e03aa928768841a5eff23d98468e06fcb.tar.gz
android_vendor_nxp_interfaces_opensource_nfc-f730b98e03aa928768841a5eff23d98468e06fcb.tar.bz2
android_vendor_nxp_interfaces_opensource_nfc-f730b98e03aa928768841a5eff23d98468e06fcb.zip
NFC: Build libraries in product partition
As per AOSP requirements, the hidl libraries should be built in product partition instead of system/lib partition. Regenerated Makefiles to align with the AOSP requirements. Change-Id: I7ac631fdd481d58f9b0a7b83de20f1fe49e8beee
Diffstat (limited to '1.0')
-rw-r--r--1.0/Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/1.0/Android.bp b/1.0/Android.bp
index 09ac2e9..5d0037f 100644
--- a/1.0/Android.bp
+++ b/1.0/Android.bp
@@ -3,6 +3,7 @@
hidl_interface {
name: "vendor.nxp.hardware.nfc@1.0",
root: "vendor.nxp.hardware.nfc",
+ product_specific: true,
srcs: [
"types.hal",
"INqNfc.hal",
@@ -10,8 +11,6 @@ hidl_interface {
interfaces: [
"android.hidl.base@1.0",
],
- types: [
- ],
gen_java: true,
}