commit | 5d6da97ed0d6d59125a51b47e5f4434d803553ae | [log] [tgz] |
---|---|---|
author | Sebastian Pickl <spickl@google.com> | Thu Sep 14 08:42:44 2023 +0000 |
committer | Sebastian Pickl <spickl@google.com> | Thu Sep 14 12:25:49 2023 +0000 |
tree | 29dd00940e065fa2a10a3deb58a221cf09748304 | |
parent | 62df04d78f59fcc308da0a8e10f51bd9e000e537 [diff] |
Revert "Install CAS HAL APEX" Revert submission 2742398-cas-apex Reason for revert: culprit for flake b/300311777, verified with go/abtd with 15 runs to make sure the flake is gone https://android-build.googleplex.com/builds/abtd/run/L46500000963034919 Bug:300311777 Change-Id: I2b566413ac1869f9bf3e974da7d84662047e436a
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.