Skip to content

Commit

Permalink
config: Add text classifier files to allowed product artifacts
Browse files Browse the repository at this point in the history
Change-Id: Ia568e8ad8aec14784f1649ec4e14b961a3c17f91
  • Loading branch information
luk1337 committed Nov 4, 2024
1 parent f3cb134 commit 413a493
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/common_mobile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ PRODUCT_PACKAGES += \
libtextclassifier_actions_suggestions_universal_model \
libtextclassifier_lang_id_model

PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \
system/etc/textclassifier/actions_suggestions.universal.model \
system/etc/textclassifier/lang_id.model \
system/etc/textclassifier/textclassifier.en.model \
system/etc/textclassifier/textclassifier.universal.model

# Themes
PRODUCT_PACKAGES += \
LineageBlackTheme \
Expand Down

0 comments on commit 413a493

Please sign in to comment.