We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75bdd1c commit 948a51aCopy full SHA for 948a51a
build_scripts/android/package.sh
@@ -49,7 +49,7 @@ for product in ${product_list[*]}; do
49
cp -f "${sourcepath}/${product}/build/Release/${product}.pro" "${destpath}/libs/android/"
50
# Copy the special messaging aar file, but only if messaging was built.
51
if [[ "${product}" == "messaging" ]]; then
52
- cp -f "${sourcepath}/messaging/messaging_java/build/outputs/aar/messaging_java-release.aar" "${destpath}/libs/android/firebase_messaging_cpp.aar"
+ cp -f "${sourcepath}/messaging/messaging_java/build/outputs/aar/messaging_java"*.aar "${destpath}/libs/android/firebase_messaging_cpp.aar"
53
fi
54
done
55
cd "${origpath}"
0 commit comments