commit | b01d6d33bc4ad0340379f66aa48491c50e3a0454 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Mon Feb 12 16:46:26 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Feb 12 16:46:26 2018 +0000 |
tree | 59a41e02d5d8cc7f0c20363b4e73e24ac8c7a19b | |
parent | 14a3217ff928c21ffeceec4ec187332fcaf9f8f4 [diff] | |
parent | c2ab6232d929babd6b2685e4ee9e99c65c9108e5 [diff] |
Merge "Place TARGET_FS_CONFIG_GEN passwd/group files in /vendor/etc" am: 3d9fa3615d am: 57dd54f623 am: c2ab6232d9 Change-Id: I8140e02a61429074840fa7b6dabdbc048de5c9f4
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.