Fixed
Status Update
Comments
sk...@gmail.com <sk...@gmail.com> #2
This is also affecting me as well, but for a slightly (maybe?) different reason. I'm using Gradle Build Types to change my application ID before installation. However, the ndk-gdb script pulls the package name out of the manifest and tries to feed that into a run-as call, which is expecting the modified application ID. E.g. the package name from the manifest is com.company.game while the application Id is com.company.game.debug. Run-as fails and takes ndk-gdb with it.
an...@google.com <an...@google.com> #3
I've modified the script to fit my needs, but this is essentially blocking adoption of the multiple build types feature via Gradle
Description
which cause warnings when they are unzipped (in a case-insensitive file system)
android-ndk-r10/platforms/android-L/arch-*/usr/include/linux/netfilter_ipv4/ipt_ecn.h
android-ndk-r10/platforms/android-L/arch-*/usr/include/linux/netfilter_ipv4/ipt_ttl.h
android-ndk-r10/platforms/android-L/arch-*/usr/include/linux/netfilter_ipv6/ip6t_hl.h
android-ndk-r10/platforms/android-L/arch-*/usr/include/linux/netfilter/xt_connmark.h
android-ndk-r10/platforms/android-L/arch-*/usr/include/linux/netfilter/xt_dscp.h
android-ndk-r10/platforms/android-L/arch-*/usr/include/linux/netfilter/xt_mark.h
android-ndk-r10/platforms/android-L/arch-*/usr/include/linux/netfilter/xt_rateest.h
android-ndk-r10/platforms/android-L/arch-*/usr/include/linux/netfilter/xt_tcpmss.h
Those files are copies of linux uapi headers in bionic. They are not needed for Android developments, and will be removed from next release. Please overwrite them to workaround