commit | 1513eab6f9f8126a61263a415fdf0614183b5f47 | [log] [tgz] |
---|---|---|
author | Sam Lewis <samclewis@google.com> | Tue Sep 24 19:47:08 2024 +0000 |
committer | Sam Lewis <samclewis@google.com> | Tue Sep 24 20:48:47 2024 +0000 |
tree | 3d63f2d17eaad643af17124616f731426bb72177 | |
parent | 480c30410ca67f0ef65216163fe5419e3e29e49e [diff] |
Remove prompt to repair Cog workspace When builds are run from the Cider UI, the prompt will cause the command to hang. See the comments in aosp/3274365 for reasons why doing this automatically is not a concern: https://screenshot.googleplex.com/3vavnYbzqQSQ5Tu Bug: 362337892 Change-Id: Ic8e4567af5a5c99d4c345410622ccb1e2fcee330
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.