summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Moore <devinmoore@google.com>2023-11-20 21:49:35 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-11-20 21:49:35 +0000
commitbd741052a6dd24a24d0df0d7c7a0b885f813c9cc (patch)
tree93f2a9367f4ca84ed042e4d9dc5b89a467adbd41
parent9984ae60e0842d947cd4958c65def10475ee5689 (diff)
parent23b79ae349d4c5ff37e19312341d28313293d11b (diff)
downloadatv-bd741052a6dd24a24d0df0d7c7a0b885f813c9cc.tar.gz
Merge "Stop adding to PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST" into main
-rw-r--r--products/atv_generic_system.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/products/atv_generic_system.mk b/products/atv_generic_system.mk
index 461129f..d14f2a1 100644
--- a/products/atv_generic_system.mk
+++ b/products/atv_generic_system.mk
@@ -106,8 +106,4 @@ _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))