Clone this repo:
  1. 7f4e0e1 Add janitors to the OWNERS file by Sadaf Ebrahimi · 5 weeks ago main master
  2. 1a96fba [automerger skipped] Empty merge of Android 24Q2 Release (ab/11526283) to aosp-main-future am: ffa32a7560 -s ours by Xin Li · 9 months ago android15-automotiveos-dev android15-qpr1-release android15-qpr1-s3-release android15-qpr1-s4-release android15-qpr1-s5-release android15-tests-dev aml_ads_350923060 aml_ads_351017080 aml_ads_351121120 aml_ase_351010000 aml_ase_351112060 aml_ase_351114000 aml_cfg_351010000 aml_hef_350921160 aml_hef_351016140 aml_hef_351120040 aml_odp_350923040 aml_odp_351020000 aml_odp_351121040 aml_rkp_350910000 aml_rkp_351011000 aml_uwb_350911040 aml_uwb_351011040 android-15.0.0_r10 android-15.0.0_r11 android-15.0.0_r12 android-15.0.0_r13 android-15.0.0_r6 android-15.0.0_r7 android-15.0.0_r8 android-15.0.0_r9
  3. ffa32a7 Empty merge of Android 24Q2 Release (ab/11526283) to aosp-main-future by Xin Li · 9 months ago
  4. b7e8504 Disable fdsan after clone() am: ab5b3bd919 am: 5ed958220b by Kelvin Zhang · 1 year ago
  5. 5ed9582 Disable fdsan after clone() am: ab5b3bd919 by Kelvin Zhang · 1 year ago

libbrillo: platform utility library

libbrillo is a shared library meant to hold common utility code that we deem useful for platform projects. It supplements the functionality provided by libbase/libchrome since that project, by design, only holds functionality that Chromium (the browser) needs. As a result, this tends to be more OS-centric code.

AOSP Usage

This project is also used by Update Engine which is maintained in AOSP. However, AOSP doesn't use this codebase directly, it maintains its own libbrillo fork.

To help keep the projects in sync, we have a gsubtree set up on our GoB: https://chromium.googlesource.com/chromiumos/platform2/libbrillo/

This allows AOSP to cherry pick or merge changes directly back into their fork.