commit | 49fb8ba87ced7c0872b945e2d353c9d7696cc2db | [log] [tgz] |
---|---|---|
author | Bjoern Johansson <bjoernj@google.com> | Fri Mar 23 16:10:55 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Mar 23 16:10:55 2018 +0000 |
tree | 35931daec9d6e603c537db2a4e152b7ae8992dda | |
parent | caf94b47d6e5a9475d5b1d798cf3deb5c425f235 [diff] | |
parent | 2308a600b07561c3baeba5549cc03c1850b1287e [diff] |
Update makefiles for WiFi in Treble am: 54fbcaca21 am: 2308a600b0 Change-Id: I34363dc7f2a0075e84ecb04c599a9aa34a7fab70
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.