commit | 9c4df583b57ad4f51d3e49bec77f3d3c980909df | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Mon Apr 29 18:49:13 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Apr 29 18:49:13 2024 +0000 |
tree | ce34115cf0aa7ef0d7037c3547390dcdfd755603 | |
parent | a2b2d3558b050744bbeb7ebd7507221e074b8236 [diff] | |
parent | 013330b02889e12d8cc8f23c91f5f7cff7e985d6 [diff] |
Merge "Add license metadata declarations which are moved from device/google/raviole/Android.mk." into main am: 013330b028 Original change: https://android-review.googlesource.com/c/platform/build/+/3063293 Change-Id: I66c9334f40aa41d98ad4c3a53303f46b77b41c81 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.