mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: proprietary blob setup auto
This commit is contained in:
parent
2176d171f9
commit
c56efffc58
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue