commit | bf65a62cb9015a4db68edb1509127ab5df62ad82 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Fri Mar 31 17:36:57 2023 -0700 |
committer | Cole Faust <colefaust@google.com> | Sat Apr 01 14:48:19 2023 -0700 |
tree | 868ff462c6faaf1a84dd5201921a9c9784449c64 | |
parent | 00670e0c0349344b220c5348cb1df246f10e64bd [diff] |
Add filegroup of certificates This is needed for bazel to depend on all certificates from a different package. Bug: 269577299 Test: See other cl Change-Id: I4eeb0b892400fa6bd90080c7e10e9fb762d3b7db
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.