summaryrefslogtreecommitdiff
path: root/products
diff options
context:
space:
mode:
Diffstat (limited to 'products')
-rw-r--r--products/atv_generic_system.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/products/atv_generic_system.mk b/products/atv_generic_system.mk
index d14f2a1..461129f 100644
--- a/products/atv_generic_system.mk
+++ b/products/atv_generic_system.mk
@@ -106,4 +106,8 @@ _my_paths := \
$(TARGET_COPY_OUT_ROOT)/ \
$(TARGET_COPY_OUT_SYSTEM)/ \
+# TODO(b/299166571) Remove this after the artifact path requirements checker picks up
+# hwservicemanager correctly.
+PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += $(TARGET_COPY_OUT_SYSTEM)/bin/hwservicemanager
+
$(call require-artifacts-in-path, $(_my_paths), $(_my_whitelist))