commit | 58a9596784b523292949a581dfbcf80b23a86c06 | [log] [tgz] |
---|---|---|
author | Sarah Chin <sarahchin@google.com> | Tue Nov 26 12:09:54 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Nov 26 12:09:54 2019 -0800 |
tree | bd6922c0a81e7651e521ef9d4edd93f8b012298e | |
parent | 79ed0e6ae953abb0911973671e43ab9d174729ac [diff] | |
parent | c147f40b77163f5e803a1b3f106ddd52ef64313c [diff] |
[automerger skipped] Merge "Set up IRadioConfig 1.3" am: bdb8b6cf20 am: dd02481cee am: c147f40b77 -s ours am skip reason: change_id Ia5ca23e07eda0d4db8a8c701181c073745abb094 with SHA1 97dc04f02a is in history Change-Id: I7e131fcb37a92404c91ee40e0955802bd62e65ae
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.