Closed TheCoryBarker closed 1 year ago
With this change //launcher/android:jazzer_android
can only be built with --config=android_arm
- until we can get rid of --config=android_arm
I also updated the CI test for Android to work with this new configuration
I see that the springboot example is still failing. Are you working on that or do you need some assistance from our side on it?
Thanks @br-lewis, looks like I finally got it.
I ended up also needing to fix some of the Android build targets, and update the build test for Android.
@TheCoryBarker have you had a chance to address @fmeum's comments?
@br-lewis CI runs from forks don't have the CI Sense access token that is needed for the CI Fuzz Action. Can we configure the action so that it always passes in that case, perhaps after building the fuzz test?
@TheCoryBarker pulling in the recent changes should fix the CI failure
@TheCoryBarker I pushed a few fixes to get Jazzer to build for Android on macOS. I am also working on getting rid of --config=android_arm
and expect that we can reenable CI for Android soon.
This is to correct the Android build targets compatibility configuration. This makes the Android build targets only compatible when building for Android target.
This will also add a check that will fail with a message when building for Android on a non-linux host machine. This is because: