Initial skeleton x86_64 support

* Needs proprietary files and toybox
This commit is contained in:
Paul Keith
2021-10-08 12:56:05 -05:00
parent b1d862e6a1
commit ea3ef2979c
11 changed files with 110 additions and 5 deletions

View File

@@ -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