You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cross-compiling with the Android NDK is in "bits and pieces", and the build-android-rootfs.sh script in eng/common/cross is not exactly up to date, instead having to use a different set of subsets.
Build Steps
./eng/common/cross/build-android-rootfs.sh arm64 # on the root directory
ROOTFS_DIR=$(realpath ~/runtime/.tools/android-rootfs/android-ndk-r21/sysroot) ./build.sh --cross --arch arm64 --subset Libs
Expected Behaviour
Compiles successfully without any issues or missing libraries.
Observed Behaviour
Fails and errors on missing libSystem.IO.Ports.so library.
Description
Cross-compiling with the Android NDK is in "bits and pieces", and the
build-android-rootfs.sh
script ineng/common/cross
is not exactly up to date, instead having to use a different set of subsets.Build Steps
Expected Behaviour
Observed Behaviour
libSystem.IO.Ports.so
library.Configuration
Linux innovare 5.8.7-arch1-1 #1 SMP PREEMPT Sat, 05 Sep 2020 12:31:32 +0000 x86_64 GNU/Linux
Regression?
N/A
Other information
Log of the build: https://haste.soulja-boy-told.me/udacegifim.txt
Related issues: These commands were partially modified from #33237.
The text was updated successfully, but these errors were encountered: