commit | 00a88ec3ec659b67c7564c5b27f774a0749684de | [log] [tgz] |
---|---|---|
author | Alex Buynytskyy <alexbuy@google.com> | Fri May 05 22:10:53 2023 +0000 |
committer | Alex Buynytskyy <alexbuy@google.com> | Sat May 06 20:55:10 2023 +0000 |
tree | ec9c99b5c2a2ae2cf19db378547ae847b5822cf9 | |
parent | 19f8eb1423f2d7c058fc9f39b64807288e5d5eaa [diff] |
Script fixes and improvements. Fix to mark all versions REL. More robust patch application. Keep getting these build breakages, not sure why. Looks like git is confusing one folder for the other? https://android-build.googleplex.com/builds/submitted/10065142/test_suites_arm64/latest/logs/build_error.log Bug: 275409981 Test: run locally Change-Id: I6173b9ecae5e9ab12d9abf2eee3f2136dc353210
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.