universal7885: add local arch variable

This commit is contained in:
Gabriel2392 2022-07-30 09:33:09 -03:00
commit c0e70c1f68
8 changed files with 14 additions and 2 deletions

View file

@ -1,5 +1,7 @@
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
TARGET_LOCAL_ARCH := arm64
# Inherit common device configuration
$(call inherit-product, device/samsung/universal7885-common/universal7885-common.mk)