Skip to content
Snippets Groups Projects
Commit f13c5d8e authored by cyberta's avatar cyberta
Browse files

fix name of generated bitmaskcore aar library for builds containing all architectures

parent 9bb5dab2
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ fi
showtitle "Building Bitmask core as full aar"
gomobile bind -x -target android -ldflags="-s -w" -tags=netcgo -androidapi=21 -v -trimpath -o lib/obfsvpn.aar ./obfsvpn/client/ ./motd ./IPtProxy/IPtProxy.go
gomobile bind -x -target android -ldflags="-s -w" -tags=netcgo -androidapi=21 -v -trimpath -o lib/bitmaskcore.aar ./obfsvpn/client/ ./motd ./IPtProxy/IPtProxy.go
showtitle "Building Bitmask web core as full aar including pgpverify"
gomobile bind -x -target='android' -ldflags="-s -w" -androidapi=21 -v -tags=netcgo -trimpath -o ./lib/bitmaskcore_web.aar -v ./pgpverify ./obfsvpn/client ./IPtProxy/IPtProxy.go ./motd
......
......@@ -123,7 +123,7 @@ fi
showtitle "Building Bitmask core as full aar"
gomobile bind -x -target android -ldflags="-s -w" -tags=netcgo -androidapi=21 -v -trimpath -o lib/obfsvpn.aar ./obfsvpn/client/ ./motd ./IPtProxy/IPtProxy.go
gomobile bind -x -target android -ldflags="-s -w" -tags=netcgo -androidapi=21 -v -trimpath -o lib/bitmaskcore.aar ./obfsvpn/client/ ./motd ./IPtProxy/IPtProxy.go
showtitle "Building Bitmask web core as full aar including pgpverify"
gomobile bind -x -target='android' -ldflags="-s -w" -androidapi=21 -v -tags=netcgo -trimpath -o ./lib/bitmaskcore_web.aar -v ./pgpverify ./obfsvpn/client ./IPtProxy/IPtProxy.go ./motd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment