commit | b751b2e4680cdb05238aa7aa438ea6ef1576b061 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Mon Nov 19 16:54:29 2018 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Nov 19 16:54:29 2018 -0800 |
tree | 243f7d0aabb95a53bc7eea95d198f194c73d879d | |
parent | 2bfc78434ef552e891bb9b60e8a7bf1aacc113a5 [diff] | |
parent | 46a4349a22ef5d991e6f2e684baf495bfa7e4adc [diff] |
Merge "Remove androidboot.logical_partitions kernel cmdline" am: 614e1e806e am: 46a4349a22 Change-Id: Ie09110ad26e38832ef3e02a6651aa78aa38a6448
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.