Skip to content

Commit

Permalink
Fix build failures due to filamat lite removal #2 (#7224)
Browse files Browse the repository at this point in the history
poweifeng authored Oct 3, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2cf8645 commit b4d6f97
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
@@ -501,7 +501,7 @@ function build_android {
cp filament-android/build/outputs/aar/filament-android-debug.aar ../out/

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

echo "Installing out/filament-utils-android-debug.aar..."
cp filament-utils-android/build/outputs/aar/filament-utils-android-debug.aar ../out/filament-utils-android-debug.aar

0 comments on commit b4d6f97

Please sign in to comment.