commit | b844f8c060dfdf20dfdbc21dcf3c2c719001fe3d | [log] [tgz] |
---|---|---|
author | Motomu Utsumi <motomuman@google.com> | Tue Oct 11 17:37:04 2022 +0900 |
committer | Motomu Utsumi <motomuman@google.com> | Wed Oct 26 23:20:45 2022 +0900 |
tree | e637016a93c4d1b5216ce96ebd80cbc3cd76c2c9 | |
parent | f1e9574f97d7ba361cd12c9c7ada86ec5855aeb5 [diff] |
Remove cronet from PRODUCT_PACKAGES cronet apex is removed and cronet libraries are moved to the tethering apex Bug: 251054736 Test: atest CronetApiTest Change-Id: Id9c5675a708d0382cadc01efcef6b8daf742954f Merged-In: Ib7a3cd33aaf4f63ccb1fbee926df5f23c29d3b48
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.