organize confirmationui settings am: 62efe878ba am: cf594029cc

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15017735

Change-Id: I14ebd1112a9b5c3c613cd1d8a5cce2e6e2b45526
This commit is contained in:
Adam Shih 2021-06-18 07:18:30 +00:00 committed by Automerger Merge Worker
commit 3a7f816538
2 changed files with 10 additions and 7 deletions

View file

@ -0,0 +1,9 @@
# Trusty ConfirmationUI HAL
PRODUCT_PACKAGES += \
android.hardware.confirmationui@1.0-service.trusty.vendor
# Trusty Secure DPU Daemon
PRODUCT_PACKAGES += \
securedpud.slider
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs101-sepolicy/confirmationui/

View file

@ -777,13 +777,7 @@ $(call inherit-product, system/core/trusty/trusty-base.mk)
# Trusty unit test tool
PRODUCT_PACKAGES_DEBUG += trusty-ut-ctrl
# Trusty ConfirmationUI HAL
PRODUCT_PACKAGES += \
android.hardware.confirmationui@1.0-service.trusty.vendor
# Trusty Secure DPU Daemon
PRODUCT_PACKAGES += \
securedpud.slider
include device/google/gs101/confirmationui/confirmationui.mk
include device/google/gs101/trusty_metricsd/trusty_metricsd.mk