leleliu008 / ndk-pkg

A package builder/manager for Android NDK to build projects written in C, C++, Rust, Golang, etc.
http://blog.fpliu.com/project/ndk-pkg
Apache License 2.0
88 stars 14 forks source link

How to install only one abis #10

Closed DLTech21 closed 1 year ago

DLTech21 commented 2 years ago

how to use TARGET_OS_ABI??

leleliu008 commented 2 years ago

ndk-pkg install four abis except modify the source file.

https://github.com/leleliu008/ndk-pkg/blob/master/bin/ndk-pkg#L4816

I wonder why do you wanna install only one abi.

DLTech21 commented 2 years ago

debug one arch sometimes

leleliu008 commented 1 year ago

install only one abis every time. this feature had been implmented in new release which was published just now. You can try it.