androidosBuild
androidosBuild is a term used to describe a particular build of the Android operating system created from the Android Open Source Project (AOSP). It represents the compiled firmware image that a device manufacturer, carrier, or ROM developer installs on a device. Builds are identified by a build ID, a version label, and a codename corresponding to the Android release.
Typical components included in an androidosBuild are the boot image, system image, vendor image, and recovery
Build creation follows the AOSP build workflow. Source is retrieved from the AOSP repositories, then compiled
Deployment commonly occurs through OTA updates or direct flashing. OEMs offer factory images for flashing during
Quality and compatibility are aided by features such as verified boot, dm-verity, and digital signatures to