commit | 1d9f0dd291481bfa6204622dbed6c30199540acb | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Tue Mar 12 12:25:11 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Tue Mar 12 19:09:04 2024 +0000 |
tree | f189b8eca8fa913773412977645ca12fe2d40807 | |
parent | ee18b3556574318d3b7daea7a0907b2992295f1c [diff] |
aconfig: add rust integration test for aconfig_storage_write_api Bug: b/312444587 Test: atest aconfig_storage_write_api.test.rust Change-Id: I05f992ea93a19507ad865e97315c128473841a33
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.