commit | a5d0ec68bf9a832ec83e11b90460114a1d7ebe5f | [log] [tgz] |
---|---|---|
author | Badhri Jagan Sridharan <badhri@google.com> | Tue Jan 23 18:33:24 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jan 23 18:33:24 2018 +0000 |
tree | 8c3b5961c1530613a6ae734b540ebc8a15d44b4a | |
parent | 1738a2315a11be8c30d2267e80a41974c057ea89 [diff] | |
parent | c8cdf75d1be44ed2201327f8405bbe79a7373726 [diff] |
Merge "Build usbd" am: c8cdf75d1b Change-Id: I187f1f262f3feba3b6210e4f0994c9aa05bf4cc7
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.