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

@ -2,6 +2,7 @@ DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
TARGET_BOARD_CAMERA_COUNT := 2
TARGET_BOARD_HAS_FP := false
TARGET_LOCAL_ARCH := arm
# Inherit common device configuration
$(call inherit-product, device/samsung/universal7885-common/universal7885-common.mk)