mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: change device detection logic
This commit is contained in:
parent
1e9242f402
commit
5e14e4c0e8
1 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,9 @@
|
|||
# Call proprietary blob setup
|
||||
ifneq ($(filter $(TARGET_DEVICE), a20 a20e),)
|
||||
ifneq ($(findstring a20, $(TARGET_PRODUCT)),)
|
||||
$(call inherit-product, vendor/samsung/universal7885-common/universal7885-common-vendor.mk)
|
||||
else ifneq ($(filter $(TARGET_DEVICE), a30 a40),)
|
||||
else ifneq ($(findstring a30, $(TARGET_PRODUCT)),)
|
||||
$(call inherit-product, vendor/samsung/universal7904-common/universal7904-common-vendor.mk)
|
||||
else ifneq ($(findstring a40, $(TARGET_PRODUCT)),)
|
||||
$(call inherit-product, vendor/samsung/universal7904-common/universal7904-common-vendor.mk)
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue