• Home
Name
Date
Size
#Lines
LOC

..--

src/03-May-2024-217,243148,330

Android.bpD03-May-20242 KiB7065

BUILD.gnD03-May-20243.5 KiB10497

README.androidD03-May-2024438 128

README.chromiumD03-May-2024455 1412

README.android

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

README.chromium

1Name: Abseil
2Short Name: absl
3URL: https://github.com/abseil/abseil-cpp
4License: Apache 2.0
5License File: src/LICENSE
6Version: 0
7Security Critical: yes
8
9Description:
10This directory contains the source code of Abseil for C++. Open Screen primarily
11uses this library to essentially backport C++17 and C++20 features. The set of
12files included from Abseil has been selected judiciously, and care should be
13taken when adding dependencies on new Abseil files.
14