universal7885: don't call universal vendor blobs for arm

This commit is contained in:
Gabriel2392 2022-07-30 08:44:24 -03:00
commit 47023baaa2

View file

@ -1,5 +1,7 @@
# Call proprietary blob setup
ifeq ($(TARGET_ARCH),arm64)
$(call inherit-product, vendor/samsung/universal7885-common/universal7885-common-vendor.mk)
endif
# Build Fingerprints
$(call inherit-product, $(LOCAL_PATH)/fingerprint.mk)