commit | 46041b45ee8d867238308bee4c9a30dcc784b9bc | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Dec 17 13:18:33 2018 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Dec 17 13:18:33 2018 -0800 |
tree | 373ed7857c6e458ab3907dddd4e4a0de1f2b90a1 | |
parent | 1e01828d59b73dbc80ef9568bc4eca3abe640643 [diff] | |
parent | b43e67e0797032ee37d06bc966a8e41459840d1f [diff] |
Merge "Restore reverted CleanSpec" am: 29dddab453 am: d14d5280e3 am: b43e67e079 Change-Id: I6d8856b75314477d9324fcd9b6e1a1961f9b5935
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.