mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: don't build FMRadio for A40 and add universal7904-vendor back
due to vendor (audio) problems, the universal7904 vendor was included again and fm radio is not built for the a40 for this reason (routing, low quality problems)
This commit is contained in:
parent
e065edd19b
commit
c90bfd800a
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# Call proprietary blob setup
|
||||
ifneq ($(findstring a20, $(TARGET_PRODUCT)),)
|
||||
$(call inherit-product, vendor/samsung/universal7885-common/universal7885-common-vendor.mk)
|
||||
else ifneq ($(findstring a40, $(TARGET_PRODUCT)),)
|
||||
$(call inherit-product, vendor/samsung/universal7904-common/universal7904-common-vendor.mk)
|
||||
endif
|
||||
|
||||
# Build Fingerprints
|
||||
|
|
@ -87,9 +89,11 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.biometrics.fingerprint@2.3-service.samsung
|
||||
endif
|
||||
|
||||
ifeq ($(findstring a40, $(TARGET_PRODUCT)),)
|
||||
# Samsung FMRadio impl
|
||||
PRODUCT_PACKAGES += \
|
||||
FMRadio
|
||||
endif
|
||||
|
||||
# Gatekeeper
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
|
|||
Loading…
Reference in a new issue