commit | 9280d8480a91ca3b6053aa01539edc9610bfdb1f | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Fri Feb 09 17:34:45 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 09 17:34:45 2024 +0000 |
tree | 9beef1172e629dace048a9861c68fd01cbf6cf8d | |
parent | 073ff98735ea50993866f948a0fe3f8ea211e000 [diff] | |
parent | 997e65779aefd0dd26376b64aa899b10c3d20429 [diff] |
Merge "aconfig: create c++ interlop from rust flag apis" into main am: 997e65779a Original change: https://android-review.googlesource.com/c/platform/build/+/2956395 Change-Id: I57d454f32497c3b84a2c5ffd8cfdf61ee3ac44fc 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.