commit | cb1e69c3bf092b03baa0a04cb380ac347e2af766 | [log] [tgz] |
---|---|---|
author | Xiao Ma <xiaom@google.com> | Tue Mar 15 08:35:34 2022 +0000 |
committer | Xiao Ma <xiaom@google.com> | Wed Mar 16 00:54:09 2022 +0000 |
tree | 4e39135cc8de5112355a26fd668ece768a5b3494 | |
parent | 51005914bdad1ec58554739eddbfcc21fdf3927a [diff] |
Remove ethernet-service jar dependency. ethernet service source code is going to be moved into Connectivity mainline module, and start the ethernet service from the module. The old ethernet-service lib will be deprecated, remove it from soong build rule. Bug: 210586283 Test: m Change-Id: Iae154ca3462e76b7e0af7172d424f36dece63531 Merged-In: I19d517cac28c18c70b8dad979ecbfe3fb6d26902
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.