organize confirmationui settings am: 62efe878ba

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

Change-Id: Ieec700add5ed987e5e5fa9a46c6ffb3118f6f618
This commit is contained in:
Adam Shih 2021-06-18 06:57:36 +00:00 committed by Automerger Merge Worker
commit 3c679e5d0d
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