commit | cf9a7520921bb62da4c7a538fe01e77180ddfb30 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Wed Jan 24 21:33:42 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Wed Jan 24 21:33:42 2024 +0000 |
tree | 9329cc790001b23c07bdc8bae050935be30c52f5 | |
parent | a718299b96286ae288cac8acc91ac11489a74f82 [diff] |
aconfig: create aconfig_storage_file crate Move aconfig storage file definition into its own crate, as flag read lib will need it as well. The new crate is placed under aconfig_storage_file dir. Bug: b/321077378 Test: atest aconfig.test, Cargo test at repo root level Change-Id: I91e8ada2c9bab479ed81cf03824042f3fa460be5
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.