mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
universal7885: don't import universal7885 vendor for a30
*unused
This commit is contained in:
parent
e70da77aa4
commit
d79555e8bf
1 changed files with 0 additions and 2 deletions
|
|
@ -1,8 +1,6 @@
|
||||||
# Call proprietary blob setup
|
# Call proprietary blob setup
|
||||||
ifneq ($(findstring a20, $(TARGET_PRODUCT)),)
|
ifneq ($(findstring a20, $(TARGET_PRODUCT)),)
|
||||||
$(call inherit-product, vendor/samsung/universal7885-common/universal7885-common-vendor.mk)
|
$(call inherit-product, vendor/samsung/universal7885-common/universal7885-common-vendor.mk)
|
||||||
else ifneq ($(findstring a30, $(TARGET_PRODUCT)),)
|
|
||||||
$(call inherit-product, vendor/samsung/universal7904-common/universal7904-common-vendor.mk)
|
|
||||||
else ifneq ($(findstring a40, $(TARGET_PRODUCT)),)
|
else ifneq ($(findstring a40, $(TARGET_PRODUCT)),)
|
||||||
$(call inherit-product, vendor/samsung/universal7904-common/universal7904-common-vendor.mk)
|
$(call inherit-product, vendor/samsung/universal7904-common/universal7904-common-vendor.mk)
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue