ndk-build v0.8.0
MarijnS95
released this
12 Sep 13:43
·
103 commits
to master
since this release
- Breaking: Postpone APK library packaging until before zip alignment, to deduplicate possibly overlapping entries. (#333)
- Add
adb
device serial parameter todetect_abi()
andApk::{install,start}()
. (#329) - Fix missing
.exe
extension foradb
on 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-apk
with the appropriate script extension across platforms. (#330, #258) - Provide
adb
path tondk-gdb
, allowing it to run withoutadb
inPATH
. (#343) - Remove quotes from
Android.mk
to fixndk-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 ofANDROID_HOME
. (#346) - Breaking: Rename
fn android_dir()
tofn android_user_home()
and seed withANDROID_SDK_HOME
orANDROID_USER_HOME
. (#347)