commit | a9628b25a36b1b662fd6691698b2eb9744178662 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Nov 13 04:24:56 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Nov 13 04:24:56 2024 +0000 |
tree | b5db33144d84888239e05460b290af52dd6ac7c7 | |
parent | 0c876107afb7b50844662e05d48e8c1159ec0dc6 [diff] | |
parent | 7a6d22e9ddd49182707c9f674a7343e05054c93a [diff] |
Merge "Remove video_codec soong config variables" into main am: 4059a5b59a am: 7a6d22e9dd Original change: https://android-review.googlesource.com/c/platform/build/+/3342945 Change-Id: I4639e58d44e446c88f279d0d3f4ad29da6d6fa41 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.