commit | 49488cff38c5513bdd5196eee68920fb6d42a0be | [log] [tgz] |
---|---|---|
author | Motomu Utsumi <motomuman@google.com> | Thu May 11 12:40:42 2023 +0000 |
committer | Cherrypicker Worker <android-build-cherrypicker-worker@system.gserviceaccount.com> | Thu May 11 12:40:42 2023 +0000 |
tree | 05b3e3d4038ecf7a0f605649c4e84494b824bed5 | |
parent | 7b6aacb055d6e5134118ad2583b703e9a65aa65c [diff] |
Use non-next NetworkStack NetworkStack now builds against stable U APIs, so U 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. Bug: 280250560 Test: m Ignore-AOSP-First: This CL will be cherry-picked to aosp (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:f3f48883bcfe8a8f46fdec7affd545c81ba1a8ee) Merged-In: I00a9840a69d06c6f4246a2db284c3060392b302b Change-Id: I00a9840a69d06c6f4246a2db284c3060392b302b
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.