commit | bb829b260e3199208bf08b91472d60213a8f1e34 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Fri Aug 24 16:14:45 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Aug 24 16:14:45 2018 -0700 |
tree | 62d2911d1e9d259661151653721e36a44acbaef8 | |
parent | 916dd5b406cbbac8aff58cbee276a4d926ed933b [diff] | |
parent | 49b55bb78423b91caecd3edca9e0ea43b38ee8f5 [diff] |
Merge changes from topic "resizable_ota" am: c247436e2f am: 49b55bb784 Change-Id: I3bf3794dc276b2191acc736dbbd8e2ab26d38d5e
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.