commit | bc61b3ded6476eaed961a14544c836c5a3b01d86 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Thu Jun 20 20:41:54 2024 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Thu Jul 25 21:58:24 2024 -0700 |
tree | 888fe53480feba8c9078926e4eece13cf2f7cda3 | |
parent | bce58b3c949863442702d54b9a08a40e18bab46c [diff] |
Switch NDK libc++ from prebuilts/ndk to prebuilts/clang prebuilts/ndk is still used for the `system` STL. Bug: http://b/332594828 Test: treehugger Change-Id: I24db1b93e55745aa1e0ef5fe7899985adfa6223a
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.