Skip to content

Commit

Permalink
FxA Client: Use arm64-v8a directory for arm64 builds (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff authored Sep 5, 2018
1 parent b75a63b commit 26016b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/taskcluster-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ do
./libs/bin/patchelf --set-soname libfxa_client.so dist/$target/libfxa_client.so
done

# Valid ABI are listed here: https://developer.android.com/ndk/guides/abis
# Because Android needs the lib to be in a armeabi-v7a dir.
mv dist/arm dist/armeabi-v7a
# Because Android needs the arm64 lib to be in a arm64-v8a dir.
mv dist/arm64 dist/arm64-v8a

cd dist && zip -r fxa_client_android.zip * && cd ..

0 comments on commit 26016b7

Please sign in to comment.