commit | 286e55ad94ca1eee137af44ac7c865fbbea3db45 | [log] [tgz] |
---|---|---|
author | Kangping Dong <wgtdkp@google.com> | Fri Jun 30 01:28:56 2023 +0800 |
committer | Kangping Dong <wgtdkp@google.com> | Mon Jul 03 17:24:05 2023 +0800 |
tree | f798964dda629173b3590d9e18638e3c3c1b5d7d | |
parent | 57c1aa7b1605881a753f89ee467f3aecf5851f7e [diff] |
add com.android.threadnetwork to base_system.mk Bug: 262683651 Test: atest CtsSystemApiSignatureTestCases Merged-In: Iefe7fa4c74ab9608faeb9d64e75c054e9b90afdb Change-Id: Id4f34b70aee2277236762092f8a40254963a6b4f
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.