36 lines
1.0 KiB
Makefile
36 lines
1.0 KiB
Makefile
# Inherit common mobile MinusOS stuff
|
|
$(call inherit-product, vendor/minus/config/common.mk)
|
|
|
|
# Include AOSP audio files
|
|
$(call inherit-product-if-exists, frameworks/base/data/sounds/AudioPackage14.mk)
|
|
include vendor/minus/config/aosp_audio.mk
|
|
|
|
# Media
|
|
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
|
media.recorder.show_manufacturer_and_model=true
|
|
|
|
# SystemUI plugins
|
|
PRODUCT_PACKAGES += \
|
|
QuickAccessWallet
|
|
|
|
# TextClassifier
|
|
PRODUCT_PACKAGES += \
|
|
libtextclassifier_annotator_en_model \
|
|
libtextclassifier_annotator_universal_model \
|
|
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 += \
|
|
ThemePicker \
|
|
ThemesStub
|
|
|
|
# WallpaperPicker
|
|
PRODUCT_PACKAGES += \
|
|
WallpaperPicker2
|