-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Android build in gn_build.sh #10157
Conversation
These steps should be part of the bootstrap. |
I don't think
|
This script does not work on Linux which prevents the Android build from working. jonsmirl@ares:/aosp/chip$ python3 build/chip/java/tests/generate_jars_for_test.py |
Problem
After #9876 and #9996,
set_up_android_deps.py
andgenerate_jars_for_test.py
are a prerequisite for Android builds. They were added to the Android build scripts, but I missedgn_build.sh
because it usestarget_os=all
.Change overview
gn_build.sh
Testing
gn_build.sh
passes