Hello. Can any body help with android compile. I've got an error: libcore/crypto/src/main/native/org_conscrypt_NativeCrypto.cpp: In destructor 'X509Chain::~X509Chain()':
libcore/crypto/src/main/native/org_conscrypt_NativeCrypto.cpp:256:33: error: 'begin' was not declared in this scope
libcore/crypto/src/main/native/org_conscrypt_NativeCrypto.cpp:256:33: error: 'end' was not declared in this scope
libcore/crypto/src/main/native/org_conscrypt_NativeCrypto.cpp:256:33: error: unable to deduce 'const auto&' from '<expression error>'
target thumb C++: libjavacore <= libcore/luni/src/main/native/java_lang_ProcessManager.cpp
target thumb C++: libjavacore <= libcore/luni/src/main/native/java_lang_RealToString.cpp
make: *** [out/target/product/rk3288/obj/SHARED_LIBRARIES/libjavacrypto_intermediates/crypto/src/main/native/org_conscrypt_NativeCrypto.o] Error 1
make: *** Waiting for unfinished jobs.... |