commit | 5856cfbf8212ddf9508bc03f58d61ed08a729cf8 | [log] [tgz] |
---|---|---|
author | Tianjie <xunchang@google.com> | Mon Nov 08 22:55:53 2021 -0800 |
committer | Tianjie <xunchang@google.com> | Mon Nov 08 22:55:53 2021 -0800 |
tree | 09f343af5cf242c788b164730e12a9bd23d2ca78 | |
parent | ec71cbf0c8ca6964cb1683b6a0a8d95d1149a150 [diff] |
Temporarily remove the care_map in the ota package The care_map has incorrect size for non-sparse images. Temporarily removes it until the root cause is fixed Bug: 205541521 Test: build Change-Id: I76bcd2c0c778566b4a6c69b6d45428952225d406
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.