commit | 04b6e5b6ec4ef7f37b97e4e0bed0193de9138b0e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat May 08 23:22:44 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat May 08 23:22:44 2021 +0000 |
tree | d9c3576378cbbb8d674acd848d9507e487364a07 | |
parent | e489ec0f6b0f0f7b17bb456be4b482a481f12d2d [diff] | |
parent | d6b0c2460591213cdc78dd320c18c1769e3d9087 [diff] |
Merge "Add ota_metadata_proto_java" am: e86abec252 am: e0c2b97fb1 am: 1f861b9347 am: d6b0c24605 Original change: https://android-review.googlesource.com/c/platform/build/+/1673907 Change-Id: I3a16682ff433ba8a64b05cf53d40c2d42c959a15
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.