commit | 8edc560eda7c4af7222f8b957d3f3a08c2ad64c5 | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Tue Apr 23 13:00:05 2024 -0700 |
committer | Wei Li <weiwli@google.com> | Wed Apr 24 19:36:23 2024 +0000 |
tree | ca8d1a96db7a1a96be08b7cd5bbe2fcbbc413044 | |
parent | e0c74fbdd640865c58ff378ac4c41235e9199248 [diff] |
Add license metadata declarations which are moved from device/google/coral/Android.mk. Bug: 336592724 Test: CIs Change-Id: Ifa586648ec2d25cc4f122ad84894e21fc8acebe5
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.