Initial skeleton x86_64 support
* Needs proprietary files and toybox
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifneq ($(filter arm arm64 x86,$(TARGET_ARCH)),)
|
||||
ifneq ($(filter arm arm64 x86 x86_64,$(TARGET_ARCH)),)
|
||||
|
||||
endif
|
||||
|
Reference in New Issue
Block a user