Skip to content

ndk-build v0.8.0

Compare
Choose a tag to compare
@MarijnS95 MarijnS95 released this 12 Sep 13:43
· 103 commits to master since this release
25e647a
  • Breaking: Postpone APK library packaging until before zip alignment, to deduplicate possibly overlapping entries. (#333)
  • Add adb device serial parameter to detect_abi() and Apk::{install,start}(). (#329)
  • Fix missing .exe extension for adb on Windows inside detect_abi(). (#339)
  • start() now returns the PID of the started app process (useful for passing to adb logcat --pid). (#331)
  • Inherit ndk_gdb() function from cargo-apk with the appropriate script extension across platforms. (#330, #258)
  • Provide adb path to ndk-gdb, allowing it to run without adb in PATH. (#343)
  • Remove quotes from Android.mk to fix ndk-gdb on Windows. (#344)
  • Launch Android activity through ndk-gdb to block app start until the debugger is attached. (#345)
  • Consider ANDROID_SDK_ROOT as deprecated instead of ANDROID_HOME. (#346)
  • Breaking: Rename fn android_dir() to fn android_user_home() and seed with ANDROID_SDK_HOME or ANDROID_USER_HOME. (#347)