univetsal7885: Fixup for A30s bringup

This commit is contained in:
roynatech2544 2022-06-07 23:18:27 +00:00
commit 53ee3a5321
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
ifeq ($(TARGET_DEVICE),a40)
ifeq ($(TARGET_DEVICE),a30s)
LOCAL_PATH := $(call my-dir)
$(call add-radio-file,eureka_dtbo.img)
endif

View file

@ -8,7 +8,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit device configuration
$(call inherit-product, device/samsung/a40/device.mk)
$(call inherit-product, device/samsung/a30s/device.mk)
# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := a30s

View file

@ -1,6 +1,6 @@
LOCAL_PATH := $(call my-dir)
ifneq ($(filter a10 a20 a20e a30 a40, $(TARGET_DEVICE)),)
ifneq ($(filter a10 a20 a20e a30 a30s a40, $(TARGET_DEVICE)),)
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))