summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Moore <devinmoore@google.com>2023-11-20 16:24:48 +0000
committerDevin Moore <devinmoore@google.com>2023-11-20 19:05:01 +0000
commit23b79ae349d4c5ff37e19312341d28313293d11b (patch)
treec2f5d731313a08cb560fa665829bfb423bfe63be
parent0a4fee8a4d697dd96bde5ff6e2bece82a5cb1fda (diff)
downloadatv-23b79ae349d4c5ff37e19312341d28313293d11b.tar.gz
Stop adding to PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST
These entries were here because the API level specific includes were not handled. Now that they are, we can remove these entries. Test: m Bug: 299166571 Bug: 312087292 Change-Id: Id9258e41f2a029ef1d87202fc9a3d498cbd8308b
-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))