Steven Moreland
Steven Moreland
Also seeing this. For consistency, it seems that the workaround should initialize yy_bs_lineno to 1 and yy_bs_column to 0.
Thank you for reporting this issue. In your search, you can see the AIDL compiler code, and in the various tests of this compiler, we ensure compatibility between the binder...
Hey, can you confirm where you get the conscrypt library from? Built from source or from somewhere else?
No, I don't see any specific issues. 16 KB page size should be the default build alignment - it will work on 4 KB and 16 KB devices.
If you pull in bionic headers, it may be best to base it on the macro condition `defined(PAGE_SIZE)` (if it's undefined, use 16 KB), so that the minimum necessary page...
It's important SDKs like React are available before developers start trying this out. They are depending on SDKs such as this. I want to mention, NDK r27 is not strictly...
This specific issue is due to zip alignment. As of today, please follow these instructions: https://developer.android.com/guide/practices/page-sizes#update-packaging
You need to upgrade to AGP >= 8.5.1. Please see instructions here: https://developer.android.com/build/agp-upgrade-assistant#run-upgrade-assistant It will tell you exactly what is needed!
Yes, useLegacyPackaging also resolves the bundle alignment issue at the cost of slightly increased disk space usage since both the compressed and the uncompressed copies of .so files in your...
Yes, 4->16 and 64->16 are both okay. It will be many years, if ever, before aligning to the 64k size is feasible in the Android ecosystem. I would not worry...