aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifest.xml9
-rwxr-xr-xmsm8996.mk6
2 files changed, 14 insertions, 1 deletions
diff --git a/manifest.xml b/manifest.xml
index 8c1f526..33c64ae 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -465,6 +465,15 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</interface>
</hal>
<hal format="hidl">
+ <name>vendor.lineage.trust</name>
+ <transport>hwbinder</transport>
+ <version>1.0</version>
+ <interface>
+ <name>IUsbRestrict</name>
+ <instance>default</instance>
+ </interface>
+ </hal>
+ <hal format="hidl">
<name>vendor.qti.gnss</name>
<transport>hwbinder</transport>
<version>1.2</version>
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