diff --git a/platforms/android_x86/ndk-r8e-gcc-4.7/Dockerfile b/platforms/android_x86/ndk-r8e-gcc-4.7/Dockerfile new file mode 100644 index 0000000..9564ceb --- /dev/null +++ b/platforms/android_x86/ndk-r8e-gcc-4.7/Dockerfile @@ -0,0 +1,17 @@ +# NOTE: This file is generated automatically via template.py. Do not edit manually! + + +FROM alpine:3.18 as base + +RUN mkdir -p /compilers/android_x86/ndk-r8e-gcc-4.7 + +RUN wget -O android-ndk-r8e-linux-x86_64.tar.bz2 "https://github.com/decompme/compilers/releases/download/compilers/android-ndk-r8e-linux-x86_64.tar.bz2" +RUN tar xvjf android-ndk-r8e-linux-x86_64.tar.bz2 -C /compilers/android_x86/ndk-r8e-gcc-4.7 + +RUN chown -R root:root /compilers/android_x86/ndk-r8e-gcc-4.7/ +RUN chmod +x /compilers/android_x86/ndk-r8e-gcc-4.7/* + + +FROM scratch as release + +COPY --from=base /compilers /compilers diff --git a/values.yaml b/values.yaml index 7190da8..ec79448 100644 --- a/values.yaml +++ b/values.yaml @@ -1121,3 +1121,9 @@ compilers: template: common/decomp.dev file: *decomp_dev package_dir: X360/16.00.11886.00 + + # Android x86 + - id: ndk-r8e-gcc-4.7 + platform: android_x86 + template: common/default + file: https://github.com/decompme/compilers/releases/download/compilers/android-ndk-r8e-linux-x86_64.tar.bz2