rhodep: Build awinic audio amplifier

Change-Id: If38ecfb581a0c19f3f6d7ef93544d68ffb720643
This commit is contained in:
Michael Bestas 2025-04-30 22:58:14 +03:00
parent 15b33dca29
commit 031210efbd
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

View file

@ -8,6 +8,9 @@ DEVICE_PATH := device/motorola/rhodep
# Inherit from motorola sm6375-common # Inherit from motorola sm6375-common
include device/motorola/sm6375-common/BoardConfigCommon.mk include device/motorola/sm6375-common/BoardConfigCommon.mk
# Audio
AUDIO_FEATURE_ENABLED_EXT_AMPLIFIER := true
# Bootloader # Bootloader
TARGET_BOOTLOADER_BOARD_NAME := rhodep TARGET_BOOTLOADER_BOARD_NAME := rhodep

View file

@ -30,6 +30,7 @@ PRODUCT_PACKAGES += \
# Audio # Audio
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
audio_amplifier.lahaina \
firmware_aw_cali.bin_symlink firmware_aw_cali.bin_symlink
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \