Hi All

Gomobile builds our 282 lines of Go code into a 5MB Android library(AAR). 
We were able to reduce this down to 2.6MB by including only the ARM targets 
(-target=android/arm,android/arm64)
Since our APK budget for production builds is under 2MB, how can we reduce 
the AAR filesize further.

Following are the libraries imported by the Go code.

import (
"net"
        "bytes"
"errors"
        "encoding/json"
"fmt"
"log"
"math/rand"
"net"
"time"
        "sort"
)


Regards
Rajiv

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to