google_pixel: Exclude system items from artifact path requirement

Change-Id: I5f8f5fb07ae4d708985193a3ad8b3fe4c9d1e92c
lineage-19.1
Nolen Johnson 3 years ago
parent d5c255c9be
commit 96cca9c9b0
  1. 9
      product.mk

@ -34,3 +34,12 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
setupwizard.feature.show_pai_screen_in_main_flow.carrier1839=false \
setupwizard.feature.show_pixel_tos=true \
setupwizard.feature.skip_button_use_mobile_data.carrier1839=true
# Artifact Path Exclusions
PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \
system/app/GoogleExtShared/GoogleExtShared.apk \
system/app/SoundPickerPrebuilt/SoundPickerPrebuilt.apk \
system/etc/permissions/privapp-permissions-pixel-s.xml \
system/etc/permissions/privapp-permissions-pixel.xml \
system/priv-app/GoogleExtServices/GoogleExtServices.apk

Loading…
Cancel
Save