organize confirmationui settings am: 62efe878ba am: cf594029cc am: 1043f5a989

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

Change-Id: I22f696a59fe3f28eda73a55c4647c9f9726ee3cc
This commit is contained in:
Adam Shih 2021-06-18 07:32:43 +00:00 committed by Automerger Merge Worker
commit a951f29557
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