commit | 836cbf29432e3e21ef32a28a4674a9d1b266dee5 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Fri Nov 22 02:21:40 2019 -0800 |
committer | Maciej Żenczykowski <maze@google.com> | Tue Jun 02 10:32:45 2020 +0000 |
tree | 83ae66f6c853229ece1ee00ff6d5dec25efa986b | |
parent | 1c294551b4c229d8499ae419c8fcbf135769386e [diff] |
remove clatd.conf which is no longer required by clat daemon Test: builds Bug: 144730808 Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: If5d9e575c0c784fe121d8aff533354d3c91ecff4
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.