commit | fa92526d35a8a63194cb03f308aa15c7f67c3802 | [log] [tgz] |
---|---|---|
author | Hansen Kurli <hkurli@google.com> | Mon Nov 20 18:07:32 2023 +0800 |
committer | Hansen Kurli <hkurli@google.com> | Thu Dec 07 19:20:14 2023 +0800 |
tree | acee2cb20b2b88b03bcdcf1fa9a9b58d1eaadc7a | |
parent | 8faa4a588001cad91b98a7577373745752a29971 [diff] |
Remove racoon, mtpd, pppd, ip-up-vpn Legacy VPN types are removed. These are now unused. Bug: 161776767 Test: m Change-Id: I2ccc10d9c8680a6de9160e07e726312bc7b1fdc9
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.