commit | e0f133bf04b36ed25150c7d22e9b1ce1c64f5bd0 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Oct 10 13:50:55 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 10 13:50:55 2019 -0700 |
tree | ca8ff273cbd5ff3b8d27f1bbcbdaf418b2d6adf2 | |
parent | 7a33fce8f183cb235d4e99822ac116240b9adf0f [diff] | |
parent | 04530d41c3dfe71a638c1866fcda7917ef5f765a [diff] |
Merge "AVB: decouple vbmeta.img from recovery.img for non-A/B devices" am: 549325427b am: 97c1c9aaa3 am: 04530d41c3 Change-Id: I8a258e6b7ad69c61f7e7097a739939a883f1dde5
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.