From d79555e8bfb06d22e76bdf6ab2e90806b5e7df5f Mon Sep 17 00:00:00 2001 From: Soo-Hwan Na <69458352+roynatech2544@users.noreply.github.com> Date: Sat, 4 Dec 2021 20:33:30 +0900 Subject: [PATCH] universal7885: don't import universal7885 vendor for a30 *unused --- universal7885-common/universal7885-common.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/universal7885-common/universal7885-common.mk b/universal7885-common/universal7885-common.mk index 2278a95..e7a14c6 100644 --- a/universal7885-common/universal7885-common.mk +++ b/universal7885-common/universal7885-common.mk @@ -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