Skip to content

Commit

Permalink
Fix build failures due to filamat lite removal try 3 (#7226)
Browse files Browse the repository at this point in the history
  • Loading branch information
poweifeng authored Oct 3, 2023
1 parent df935b7 commit 5ab526c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ function build_android {
cp filament-android/build/outputs/aar/filament-android-release.aar ../out/

echo "Installing out/gltfio-android-release.aar..."
cp gltfio-android/build/outputs/aar/gltfio-android-full-release.aar ../out/gltfio-android-release.aar
cp gltfio-android/build/outputs/aar/gltfio-android-release.aar ../out/gltfio-android-release.aar

echo "Installing out/filament-utils-android-release.aar..."
cp filament-utils-android/build/outputs/aar/filament-utils-android-release.aar ../out/filament-utils-android-release.aar
Expand Down

0 comments on commit 5ab526c

Please sign in to comment.