I encountered an issue during ./android.py configure-host in a Docker container that failed the build:
/bin/sh: 90: export: -I/cpython/cross-build/aarch64-linux-android/prefix/include: bad variable name
RUN sed -i 's/export CXXFLAGS=\$CFLAGS/export CXXFLAGS="\$CFLAGS"/' ./android-env.sh
I encountered an issue during ./android.py configure-host in a Docker container that failed the build:
error:
workaround: patch ./android-env.sh to fix the export
Reference: Android/android-env.sh#L90
Linked PRs
android-env.shscript #129321android-env.shscript (GH-129321) #129332