unplugged-system/external/skia/infra/bots/assets/chromebook_arm_gles
2025-10-06 13:59:42 +00:00
..
__init__.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
create_and_upload.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
create.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
VERSION Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

This asset is the necessary includes and libs to compile/link the gpu code for ARM Chromebooks with gpu supports EGL and GLES.

Zip up the /usr/lib folder on any Arm Chromebook (e.g. Asus C100p). Extract it somewhere on the dev machine and use that folder as the input to create_and_upload:

./infra/bots/assets/chromebook_arm_gles/create_and_upload.py --lib_path [dir]

This script installs the following GL packages and then bundles them with the unzipped libs:

libgles2-mesa-dev libegl1-mesa-dev