commit | 1fb1dd701c5e23a58dc0dac7020171d2b9f95f7c | [log] [tgz] |
---|---|---|
author | Kangping Dong <wgtdkp@google.com> | Wed Aug 16 13:34:20 2023 +0000 |
committer | Kangping Dong <wgtdkp@google.com> | Tue Aug 22 00:51:40 2023 +0800 |
tree | 68d7f2bd68b164eace0a9d3632d47937a9736348 | |
parent | 73b4f2d4e2e03839e0e0b7ebd30910543b1e8fef [diff] |
Revert "add com.android.threadnetwork to base_system.mk" This reverts commit 286e55ad94ca1eee137af44ac7c865fbbea3db45. Reason for revert: the com.android.threadnetwork module is merged to com.android.tethering module Bug: 296211911 Change-Id: Id601ab8b6f160d8fc2b7a9720652842cc2c194ba
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.