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

@@ -38,7 +38,7 @@ fi
setup_vendor "$DEVICE_COMMON" "$VENDOR" "$ANDROID_ROOT" true
# Copyright headers
write_headers "arm arm64 x86"
write_headers "arm arm64 x86 x86_64"
# Common gapps
write_makefiles "$MY_DIR"/proprietary-files-common.txt
@@ -54,7 +54,7 @@ sed -i 's/TARGET_DEVICE/TARGET_ARCH/g' "$ANDROIDMK"
# We are done with common
write_footers
for DEVICE in arm arm64 x86; do
for DEVICE in arm arm64 x86 x86_64; do
# Reinitialize the helper for target gapps
setup_vendor "$DEVICE" "$VENDOR" "$ANDROID_ROOT"