x/mobile: gomobile bind use CGO_LDFLAGS #59309
Labels
mobile
Android, iOS, and x/mobile
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
I need to use a so lib which has an arm64-v8a arh and an armabi-v7a arch, but when i use CGO_LDFLAGS, I can only get an aar with one arh.

The so lib is `$(LIBS_DIR)/arm64` for arm64-v8a and `$(LIBS_DIR)/arm` for armabi-v7ahow can I build an aar with both arm64-v8a and armabi-v7a arch?
The text was updated successfully, but these errors were encountered: