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

@@ -20,3 +20,7 @@ gapps_arm64:
gapps_x86:
@echo "Compiling GApps for x86..."
@bash $(BUILD_GAPPS) x86 2>&1
gapps_x86_64:
@echo "Compiling GApps for x86_64..."
@bash $(BUILD_GAPPS) x86_64 2>&1