Hi Peter, > Would Google also reject app compiled with this version of boringssl > when uploading to Play?
It hasn't so far. > Building with the Android's build tools (Android repo, and not just > NDK), the system's boringssl library is built and the object files for > 'libcrypto' goes to the common output directory path: That's different. If you are not building the app with the NDK, but the regular daemon (using the top level Android.mk in the source tree), don't follow the description I pointed to, but use the system's version of the library. Regards, Tobias