universal7885: don't import universal7885 vendor for a30

*unused
This commit is contained in:
Soo-Hwan Na 2021-12-04 20:33:30 +09:00 committed by roynatech2544
commit d79555e8bf
No known key found for this signature in database
GPG key ID: 9675C32163D88D30

View file

@ -1,8 +1,6 @@
# Call proprietary blob setup
ifneq ($(findstring a20, $(TARGET_PRODUCT)),)
$(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)),)
$(call inherit-product, vendor/samsung/universal7904-common/universal7904-common-vendor.mk)
endif