mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: don't call universal vendor blobs for arm
This commit is contained in:
parent
9e6503c0d4
commit
47023baaa2
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue