commit | 32fe0cc06d1c711b58e7a0d6061ef1f6437961d6 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Oct 21 01:49:42 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Oct 21 01:49:42 2024 +0000 |
tree | b13c09e5fb887aa8d4e1d89bc35d20a0775b2a18 | |
parent | 302a9028cf33c712eaf14f43268e34b4de48f925 [diff] | |
parent | 0fcde02134b63c670f1c72e2ab83a4fb9a58890c [diff] |
Merge "Revert "Use --sysroot when compiling against the NDK"" into main am: d2a6f31579 am: 0fcde02134 Original change: https://android-review.googlesource.com/c/platform/build/+/3314433 Change-Id: I871ff60b68b50894bd93559a8a41bb8f6714fca5 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.