1cb93a386Sopenharmony_ciThis asset is the necessary includes and libs to compile/link the gpu code
2cb93a386Sopenharmony_cifor ARM Chromebooks with gpu supports EGL and GLES.
3cb93a386Sopenharmony_ci
4cb93a386Sopenharmony_ciZip up the /usr/lib folder on any Arm Chromebook (e.g. Asus C100p). Extract it somewhere
5cb93a386Sopenharmony_cion the dev machine and use that folder as the input to create_and_upload:
6cb93a386Sopenharmony_ci
7cb93a386Sopenharmony_ci    ./infra/bots/assets/chromebook_arm_gles/create_and_upload.py --lib_path [dir]
8cb93a386Sopenharmony_ci
9cb93a386Sopenharmony_ciThis script installs the following GL packages and then bundles them with the
10cb93a386Sopenharmony_ciunzipped libs:
11cb93a386Sopenharmony_ci
12cb93a386Sopenharmony_ci    libgles2-mesa-dev libegl1-mesa-dev
13cb93a386Sopenharmony_ci
14