Fredrik Fornwall

Results 142 comments of Fredrik Fornwall

Have published a prebuilt builder image at https://hub.docker.com/repository/docker/fredrikfornwall/package-builder-r28b-v1, which can be used to save time as: ```sh CONTAINER_NAME=ndk28-builder TERMUX_BUILDER_IMAGE_NAME=fredrikfornwall/package-builder-r28b-v1 ./scripts/run-docker.sh ```

> We've only been updating to [the LTS NDKs](https://developer.android.com/ndk/downloads) in recent years. Ah right, r25, r26 and r27 were three consecutive LTS releases. I wonder if it makes sense to...

Updated to the newly released r28c. @thunder-coding (and others): What do you think, should we go ahead and merge this?

> Let's agree on a time first as lot of rebuilds need to be done Why is a lot of rebuilds necessary - is it to modify the build /...

> Existing packages which depend on libc++ will be broken at runtime since this release of NDK updates the LLVM version as well just like other major releases of NDK....

> Full rebuild is necessary this time around Right, we need to rebuild everything to have 16 kb page sizes - but we don't need to rush it and rebuild...

@licy183 Thanks, I'll have a look! > I don't want to find every code path and patch /proc/self to be TERMUX_EXEC__PROC_SELF_EXE Regarding `/proc/self` -> `getenv("TERMUX_EXEC__PROC_SELF_EXE")`, I just updated `termux-exec` to...

> You don't have to find then. Grep is your friend @Usinganame I think it's important to be nice and show appreciation and gratitude for what @licy183 has been doing...