commit | 39e80afa2269ffd38689d8cbc20c6739fb31c95b | [log] [tgz] |
---|---|---|
author | Jack Yu <jackyu@google.com> | Tue Aug 14 12:03:02 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Aug 14 12:03:02 2018 -0700 |
tree | 6d598d61aa68b64fc1d12c0eaee5735a4e22c9f2 | |
parent | 8655414ac737afd125b86aa6f3256d81c1116c57 [diff] | |
parent | 2203edd8973ec498439de9d66be9c0ad22cc8192 [diff] |
Merge "Added IRadio 1.3 to VNDK" am: 7f02e5961a am: 2203edd897 Change-Id: Id2e6ae36d938ab06c8ab0ca7f26a434df5803119
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.