xref: /aosp_15_r20/external/openscreen/third_party/abseil/README.android (revision 3f982cf4871df8771c9d4abe6e9a6f8d829b2736)
1Android requires all libraries using abseil to have the source code local to the library's code. The
2SHA hash below is the abseil-cpp hash that is in openscreen's DEPS file. The code is copied locally
3in openscreen/third-party/abseil/src.
4
5e19260fd7dbef881492fd73891e0be5bd4a09b95
6
7How to update abseil local copy:
8
9> git clone https://github.com/abseil/abseil-cpp.git src && cd src
10> git checkout <hash>
11> rm -rf .git .gitignore .github
12