Fixed
Status Update
Comments
uc...@google.com <uc...@google.com>
je...@google.com <je...@google.com>
xa...@google.com <xa...@google.com> #2
This was broken by 3bca759a5ff08352de831bb1e9b61b1ec2b3362d.
Fix (pending) is I2c2dc7b600603ee430fd0d91b23d52ea8aa29ca9.
Fix (pending) is I2c2dc7b600603ee430fd0d91b23d52ea8aa29ca9.
hm...@google.com <hm...@google.com>
hm...@google.com <hm...@google.com>
hm...@google.com <hm...@google.com> #3
Almost 2 months later and this is still broken
Description
As of AGP
4.1.0-rc03
the only way to get the default NDK version is to useANDROID_GRADLE_PLUGIN_FIXED_DEFAULT_NDK_VERSION
which has a number drawbacks:const
string meaning it will get inlined by the compiler and thus you're only reading it at compile time, not at runtime.There should be a proper way to get this. If possible
android.ndkVersion
could perhaps be converted to a non nullable property and have this as the default value.