commit | 0a9a11da0655facd8c79273e062022774258df6d | [log] [tgz] |
---|---|---|
author | Gabriel Biren <gbiren@google.com> | Fri Oct 15 22:35:25 2021 +0000 |
committer | Gabriel Biren <gbiren@google.com> | Tue Dec 07 23:37:11 2021 +0000 |
tree | 65f5c1f62ca647e493b83e38ec933d3d6a09bd81 | |
parent | 1295bc51383913eddfa76fb2f9c6e22cac102a4b [diff] |
Add Wifi supplicant AIDL interface support. Test: Manual test Bug: 196235436 Change-Id: I9b096d4782715dc9229f7a9a4d3227f15c336d7a
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.