Skip to content

Commit

Permalink
update android build
Browse files Browse the repository at this point in the history
  • Loading branch information
hyp committed Sep 18, 2024
1 parent fce7117 commit cf907dc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/bcny-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:

- name: Configure flatbuffers
run:
exit 0
cmake -B ${{ github.workspace }}/BinaryCache/flatbuffers `
-D CMAKE_BUILD_TYPE=Release `
-G "Visual Studio 17 2022" `
Expand Down Expand Up @@ -396,6 +397,11 @@ jobs:
ref: refs/heads/compnerd/swift
repository: thebrowsercompany/firebase-cpp-sdk

- uses: actions/checkout@v3
with:
path: ${{ github.workspace }}/SourceCache/firebase-android-sdk
repository: firebase/firebase-android-sdk

- name: Install Ninja
run: sudo apt-get install -y ninja-build

Expand All @@ -412,6 +418,16 @@ jobs:
- name: Install absl-py
run: pip install absl-py

- name: Build Android
run: |
echo "NDK: $NDK_ROOT"
cd ${{ github.workspace }}/SourceCache/firebase-android-sdk
git submodule update --init --recursive
./gradlew :firebase-common:generateDexJarRelease
find ${{ github.workspace }}/SourceCache/firebase-android-sdk-name "*.aar"
find ${{ github.workspace }}/SourceCache/firebase-android-sdk -name "*.jar"
exit 1
- name: Build
run: |
echo "NDK: $NDK_ROOT"
Expand Down

0 comments on commit cf907dc

Please sign in to comment.