commit | 591d2e93fbd03a9b1490810e57885e9d898f7ff7 | [log] [tgz] |
---|---|---|
author | Rajeev Kumar <rajekumar@google.com> | Mon Aug 08 20:56:29 2022 -0700 |
committer | Rajeev Kumar <rajekumar@google.com> | Tue Aug 09 09:07:59 2022 +0000 |
tree | 046bbdcbb697a403765ed4c632a48b0509f05d93 | |
parent | 3431ff8bf3c9adb668be43c94bbacd0cd1b27208 [diff] |
Get rid of inprocess network stack product packages from Go defaults. Moved this to gms_base.mk Bug: 241180471 Fixes: 241180471 Test: atest android.net.EthernetTetheringTest Change-Id: I4e1b4b99a008a36230a125953a20248208c5c623
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.