commit | 55988c46778adc1dce461072ec1668f948e3e166 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Fri Apr 12 15:01:12 2019 -0700 |
committer | Yifan Hong <elsk@google.com> | Fri Apr 12 15:38:48 2019 -0700 |
tree | a0663da0cb08ab1e81646426c050bf5b91777578 | |
parent | fc6948b588033d41df92757ee54ee53eddd06ac7 [diff] |
FileImage: make thread-safe FileImage needs to be thread-safe because multiple threads gets data from it when an incremental OTA package is created. Test: apply incremental OTA on cuttlefish Bug: 113175337 Change-Id: I31637fce0fbd66f3fa6c5c478da09bae65a52229
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.