commit | 8f559e099d3263de0ab265a301c7d52f964e7055 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Thu May 12 13:17:02 2022 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Thu May 12 13:20:51 2022 +0900 |
tree | c4161eead4c85d53d317338358124be0204d7194 | |
parent | 5e3cd45b5c3141e94d2f9da9152aad76974df31a [diff] |
Use non-next NetworkStack NetworkStack now builds against stable T APIs, so T can use the stable binaries instead of the "next" versions. Since it has just been bumped, NetworkStack is equivalent to NetworkStackNext at this point, so this is a no-op. This change should not go into development branches using unstable SDKs (including aosp/master downstreams), as per the merged-in. Bug: 216396304 Test: m Merged-In: I12348bd913f724c4675177ce6cdf582948d9d03c Change-Id: I8788c5af37c862e9a74cc140d1dc917fb15ec5a9
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.