Clone this repo:
  1. 60f21bd Add janitors to the OWNERS file am: 7f4e0e1fc1 by Sadaf Ebrahimi · 5 months ago main master
  2. 7f4e0e1 Add janitors to the OWNERS file by Sadaf Ebrahimi · 6 months ago
  3. 1a96fba [automerger skipped] Empty merge of Android 24Q2 Release (ab/11526283) to aosp-main-future am: ffa32a7560 -s ours by Xin Li · 1 year, 1 month ago android15-automotiveos-dev android15-automotiveos-release android15-qpr1-release android15-qpr1-s3-release android15-qpr1-s4-release android15-qpr1-s5-release android15-qpr2-release android15-qpr2-s1-release android15-qpr2-s10-release android15-qpr2-s2-release android15-qpr2-s3-release android15-qpr2-s4-release android15-qpr2-s5-release android15-qpr2-s6-release android15-qpr2-s7-release android15-qpr2-s8-release android15-qpr2-s9-release android15-tests-dev aml_ads_350923060 aml_ads_351017080 aml_ads_351121120 aml_ads_351312060 aml_ads_351420000 aml_ase_351010000 aml_ase_351112060 aml_ase_351114000 aml_ase_351311040 aml_ase_351412000 aml_cfg_351010000 aml_hef_350921160 aml_hef_351016140 aml_hef_351120040 aml_hef_351314220 aml_hef_351420080 aml_odp_350923040 aml_odp_351020000 aml_odp_351121040 aml_odp_351313000 aml_odp_351421000 aml_rkp_350910000 aml_rkp_351011000 aml_rkp_351310000 aml_uwb_350911040 aml_uwb_351011040 aml_uwb_351310040 android-15.0.0_r10 android-15.0.0_r11 android-15.0.0_r12 android-15.0.0_r13 android-15.0.0_r14 android-15.0.0_r15 android-15.0.0_r16 android-15.0.0_r17 android-15.0.0_r20 android-15.0.0_r21 android-15.0.0_r22 android-15.0.0_r23 android-15.0.0_r26 android-15.0.0_r27 android-15.0.0_r28 android-15.0.0_r29 android-15.0.0_r30 android-15.0.0_r32 android-15.0.0_r33 android-15.0.0_r34 android-15.0.0_r35 android-15.0.0_r36 android-15.0.0_r6 android-15.0.0_r7 android-15.0.0_r8 android-15.0.0_r9 android-automotiveos-15.0.0_lts1
  4. ffa32a7 Empty merge of Android 24Q2 Release (ab/11526283) to aosp-main-future by Xin Li · 1 year, 1 month ago
  5. b7e8504 Disable fdsan after clone() am: ab5b3bd919 am: 5ed958220b by Kelvin Zhang · 1 year, 4 months 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.