From 3976c0f800c15fdafeaa624d8d2dcd00c24edb4b Mon Sep 17 00:00:00 2001 From: Joey Date: Sun, 13 Jan 2019 10:21:11 +0100 Subject: msm8996-common: Build Trust HAL Change-Id: I92706987f8d3094cdfb82e71e5331b7efe69e5df Signed-off-by: Joey Signed-off-by: Davide Garberi --- manifest.xml | 9 +++++++++ msm8996.mk | 6 +++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/manifest.xml b/manifest.xml index 8c1f526..33c64ae 100644 --- a/manifest.xml +++ b/manifest.xml @@ -464,6 +464,15 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. default + + vendor.lineage.trust + hwbinder + 1.0 + + IUsbRestrict + default + + vendor.qti.gnss hwbinder diff --git a/msm8996.mk b/msm8996.mk index f5d45c2..7edd923 100755 --- a/msm8996.mk +++ b/msm8996.mk @@ -1,6 +1,6 @@ # # Copyright (C) 2016 The CyanogenMod Project -# Copyright (C) 2017-2018 The LineageOS Project +# Copyright (C) 2017-2019 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -357,6 +357,10 @@ PRODUCT_BOOT_JARS += \ PRODUCT_PACKAGES += \ textclassifier.bundle1 +# Trust HAL +PRODUCT_PACKAGES += \ + vendor.lineage.trust@1.0-service + # USB PRODUCT_PACKAGES += \ android.hardware.usb@1.0-service -- cgit v1.2.3