commit | 248510a659d91eca0c9698e899cef1c470a4dd53 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Mon Feb 12 18:23:38 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Mon Feb 12 20:09:51 2024 +0000 |
tree | a76ec499323f8ad5af24cf13dd4567299fc9e227 | |
parent | 7fa165b04441b7a107ff1c92c18f331c2f268b5b [diff] |
aconfig: remove libcxx dependency for now Contenxt: b/324826914, libcxx is the culprit of the linking failure. Remove libcxx dependency for now. Bug: b/324826914 Test: atest aconfig_storage_file.test Change-Id: I55b1a41efbf4486715f465a8d56a4e2e6ab0254a
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.