1*3f982cf4SFabien SanglardAndroid requires all libraries using abseil to have the source code local to the library's code. The 2*3f982cf4SFabien SanglardSHA hash below is the abseil-cpp hash that is in openscreen's DEPS file. The code is copied locally 3*3f982cf4SFabien Sanglardin openscreen/third-party/abseil/src. 4*3f982cf4SFabien Sanglard 5*3f982cf4SFabien Sanglarde19260fd7dbef881492fd73891e0be5bd4a09b95 6*3f982cf4SFabien Sanglard 7*3f982cf4SFabien SanglardHow to update abseil local copy: 8*3f982cf4SFabien Sanglard 9*3f982cf4SFabien Sanglard> git clone https://github.com/abseil/abseil-cpp.git src && cd src 10*3f982cf4SFabien Sanglard> git checkout <hash> 11*3f982cf4SFabien Sanglard> rm -rf .git .gitignore .github 12