commit | 4304694312ea64b00bffca5683e7a8449a8b2e1a | [log] [tgz] |
---|---|---|
author | Ivan Lozano <ivanlozano@google.com> | Tue Feb 13 19:01:47 2024 +0000 |
committer | Ivan Lozano <ivanlozano@google.com> | Tue Feb 13 19:02:06 2024 +0000 |
tree | f87b471631e836d2e2328678adad2bd3634d92c4 | |
parent | 248510a659d91eca0c9698e899cef1c470a4dd53 [diff] |
Revert "aconfig: remove libcxx dependency for now" This reverts commit 248510a659d91eca0c9698e899cef1c470a4dd53. Reason for revert: aosp/2959366 Change-Id: Ib3a0e584f24f2a3ab51ca0b48e4c4897ed0d8174 Bug: 324826914 Test: SANITIZE_HOST=address m aconfig
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.