diff options
Diffstat (limited to 'msm8996.mk')
-rwxr-xr-x | msm8996.mk | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |