Fixed
Status Update
Comments
sk...@gmail.com <sk...@gmail.com> #2
Thank you for your feedback. Team may reach out for more feedback in reproducing or triaging this issue.
an...@google.com <an...@google.com> #3
it's a known issue of the databinding annotation processor, we working on fixing this in the 3.3 release time frame
bo...@gmail.com <bo...@gmail.com> #4
Thanks! It's just a little bit sad, that it will not be in 3.2, especially when fix which I saw on existing project is relatively small, like
https://github.com/evernote/android-state/commit/0072478291e2735223d6c14cb79a6b26524ec075
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