diff options
author | Joey <joey@lineageos.org> | 2019-01-13 10:21:11 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-02-06 13:56:16 +0100 |
commit | 3976c0f800c15fdafeaa624d8d2dcd00c24edb4b (patch) | |
tree | 24e18c1b97132e01f204be29947fd34a4c6e42b3 | |
parent | 716327e87234e99e2bf734fd15af3d94c77f5e23 (diff) |
msm8996-common: Build Trust HAL
Change-Id: I92706987f8d3094cdfb82e71e5331b7efe69e5df
Signed-off-by: Joey <joey@lineageos.org>
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
-rw-r--r-- | manifest.xml | 9 | ||||
-rwxr-xr-x | msm8996.mk | 6 |
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> @@ -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 |