commit | db064f1f1ae9c3d5dc78dd55b53d17e9b2742a03 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Mon Mar 25 02:46:53 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Mar 25 02:46:53 2019 -0700 |
tree | 28cc4a15c7736b70023d61546a7f188ff4edf8de | |
parent | 5fbbea2d18b89b321c797d40c09f95ab331597ce [diff] | |
parent | 691c979b6205d06296f3f4ebfef61792c3b675e8 [diff] |
Merge "Put DEVICE/PRODUCT overlays in different partitions" am: 94fa0e75cb am: fd946975d0 am: 691c979b62 Change-Id: I1e9c9b79b931229ed3142d1921d784a6bad7baed
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.