commit | 382e6def4169cfdabd0d92351f414df083f7ced5 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Thu Oct 03 16:45:13 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Thu Oct 03 21:10:56 2024 +0000 |
tree | ce06911cef1588ae596a93768d31a805462a186b | |
parent | 20ed2074e836a0de9051beee4996e534cda5d8a9 [diff] |
aflags: update aconfigd_protos rust build target name Bug: b/369812431 Test: m and launch avd, and verify thru logcat that the socket service is launched. Change-Id: I9b98596bf6448ec73b9ed76831816d8a077f0776 Merged-In: I9b98596bf6448ec73b9ed76831816d8a077f0776
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.