commit | 221628f342096b10b92d867cdd4ec7c66f1a01fa | [log] [tgz] |
---|---|---|
author | Bowgo Tsai <bowgotsai@google.com> | Tue Jan 11 11:11:34 2022 +0800 |
committer | Bowgo Tsai <bowgotsai@google.com> | Tue Jan 11 11:13:25 2022 +0800 |
tree | 3320473c94f6368114fa20b7e1b22f9b0bcb6d61 | |
parent | 664dd481767cca30a1ae257d6742956d6bbcd587 [diff] |
Updates OWNERS file gsi_keys.mk has been removed on commit I3714de75b94be43a1364b89b92d893b336aa014b. Removing it from the OWNERS file and adds developer_gsi_keys.mk. Bug: 176869478 Test: presubmit Change-Id: I2eeee65a244c4987f217f004ec47a0b6dca9b564
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.