ndk-build v0.8.0
·
112 commits
to master
since this release
- Breaking: Postpone APK library packaging until before zip alignment, to deduplicate possibly overlapping entries. (#333)
- Add
adbdevice serial parameter todetect_abi()andApk::{install,start}(). (#329) - Fix missing
.exeextension foradbon Windows insidedetect_abi(). (#339) start()now returns the PID of the started app process (useful for passing toadb logcat --pid). (#331)- Inherit
ndk_gdb()function fromcargo-apkwith the appropriate script extension across platforms. (#330, #258) - Provide
adbpath tondk-gdb, allowing it to run withoutadbinPATH. (#343) - Remove quotes from
Android.mkto fixndk-gdbon Windows. (#344) - Launch Android activity through
ndk-gdbto block app start until the debugger is attached. (#345) - Consider
ANDROID_SDK_ROOTas deprecated instead ofANDROID_HOME. (#346) - Breaking: Rename
fn android_dir()tofn android_user_home()and seed withANDROID_SDK_HOMEorANDROID_USER_HOME. (#347)