commit | 3e4c33c1bc9b404ac6331e3ed368fe2cd486c5e7 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Mon Apr 01 20:57:58 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Tue Apr 02 13:01:26 2024 +0000 |
tree | 1260d846b2debb759a067828e46852de5c788036 | |
parent | cd381f5d6407bc6ac6a1f43c9a97659016ab6038 [diff] |
aconfig: test updates Previously, three seperate crates create their own test baseline which are nearly identical. This is inconvinent when updating the baselines. All three locations needs to be touched. This cl merges functions to create test storage file base struct into aconfig_storage_file crate Bug: b/321077378 Test: atest aconfig.test Change-Id: Ic97437f856763347a11de8b449592292014bcce3
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.