Skip to content

Commit

Permalink
Add JAR generation scripts to gn_build.sh to fix Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
austinh0 committed Oct 1, 2021
1 parent 43b3d3c commit 433658f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gn_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ for arg; do
user_args+=" $arg"
done

# Android prebuilt JAR setup
python3 build/chip/java/tests/generate_jars_for_test.py
python3 third_party/android_deps/set_up_android_deps.py

# Android SDK setup
android_sdk_args=""

Expand Down

0 comments on commit 433658f

Please sign in to comment.