From edc20cc9de9c5d7a0b778bb36b98f74a21003af7 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Wed, 25 Sep 2019 10:52:49 +0100 Subject: [PATCH] lineage: Enable NFC NXP repos Due to the fact that halimpl and hidimpl have diverged in Q (sm8150 tag supports only SN100x while sdm845 tag supports PN80T/PN81T/PN553/PN557), it is now needed to have different branches for the mentioned repositories. The devices must then set the soong namespace to select the proper impls. For example, a device with PN553 chip, would add the following to its device.mk: PRODUCT_SOONG_NAMESPACES += \ vendor/nxp/opensource/pn5xx Change-Id: I431a1ca9445b3981f15e39236a97b6d7f7891b28 --- snippets/lineage.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/snippets/lineage.xml b/snippets/lineage.xml index 57441883..651ccde8 100644 --- a/snippets/lineage.xml +++ b/snippets/lineage.xml @@ -84,6 +84,10 @@ + + + + @@ -120,12 +124,14 @@ - - - - - - + + + + + + + +