mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: build FMRadio for A40
* we updated our vendor blobs to A405S - A405SKSU5CVB1, since them, FMRadio is now full working and this is not needed anymore (ifeq)
This commit is contained in:
parent
2f27b73ef8
commit
2943ba730c
2 changed files with 0 additions and 5 deletions
|
|
@ -1,7 +1,5 @@
|
||||||
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
||||||
|
|
||||||
BOARD_SUPPORTS_EUREKA_FMRADIO := false
|
|
||||||
|
|
||||||
# Inherit common device configuration
|
# Inherit common device configuration
|
||||||
$(call inherit-product, device/samsung/universal7885-common/universal7885-common.mk)
|
$(call inherit-product, device/samsung/universal7885-common/universal7885-common.mk)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -88,11 +88,8 @@ PRODUCT_PACKAGES += \
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Samsung FMRadio impl
|
# Samsung FMRadio impl
|
||||||
BOARD_SUPPORTS_EUREKA_FMRADIO ?= true
|
|
||||||
ifeq ($(BOARD_SUPPORTS_EUREKA_FMRADIO), true)
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
FMRadio
|
FMRadio
|
||||||
endif
|
|
||||||
|
|
||||||
# Gatekeeper
|
# Gatekeeper
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue