commit | ec2405a1d16882cde3a2633714d6dfb1ef8898b6 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Aug 24 11:16:21 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Aug 24 11:16:21 2018 -0700 |
tree | ebf2c58b000b284cf9c045a71141d25286be6c87 | |
parent | 57294c3a8749ec98c5fe5184d11c36c33608835b [diff] | |
parent | 2f2b5bb224d47cab5a7909c076339ce119689058 [diff] |
Merge "Add the missing rule for including product_services.img into vbmeta.img." am: 2f2b5bb224 Change-Id: I9501761ebab4a2b92015284a17c047acb16979b3
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.