universal7885: proprietary blob setup auto

This commit is contained in:
Soo-Hwan Na 2021-12-03 12:50:46 +09:00 committed by roynatech2544
commit c56efffc58
No known key found for this signature in database
GPG key ID: 9675C32163D88D30

View file

@ -1,5 +1,9 @@
# Call proprietary blob setup
ifneq ($(filter $(TARGET_DEVICE), a20 a20e),)
$(call inherit-product, vendor/samsung/universal7885-common/universal7885-common-vendor.mk)
else ifneq ($(filter $(TARGET_DEVICE), a30 a40),)
$(call inherit-product, vendor/samsung/universal7904-common/universal7904-common-vendor.mk)
endif
# Build Fingerprints
$(call inherit-product, $(LOCAL_PATH)/fingerprint.mk)