commit | 36661d4cd0d974787540da476217b33e18ef696a | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Fri Apr 12 18:24:35 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Fri Apr 12 21:21:44 2024 +0000 |
tree | 5c0fb18253a1514f942c6647cbbe0037ae64a6e3 | |
parent | 65610a10d5b9488faa36b8b79078d074b9a8e255 [diff] |
aconfig: switch read api lib to cc_library Bug: b/321077378 Test: atest -c Change-Id: I8d64396797b01a8ce2f4bee165596701940836e4
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.