Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions platforms/android_x86/ndk-r8e-gcc-4.7/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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