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 /msm8996.mk | |
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>
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 |