commit | 05cf662dbea851be2b7f683c99da6f31bfd2a419 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Tue Mar 05 16:10:30 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Tue Mar 05 16:18:12 2024 +0000 |
tree | e846509c327009d77066000dd471a0b0d3d41cf9 | |
parent | c54c841ebe4aeee4aa1f7f8b3f41fbeb7d9176f0 [diff] |
aconfig: add a storage file read api to get file version number 1, Add unit tests in aconfig_storage_file crate to lock down that the first four bytes of serialized storage files must be the version number. 2, Add a storage file read api to read version number directly from a file without mmapping the file. This api is need by aconfig storage daemon. 3, Update integration tests (rust and c++) to include this api. Bug: b/321077378 Test: atest aconfig_storage_file; atest aconfig_storage_read_api; atest aconfig_storage_read_api.test.rust; atest aconfig_storage_read_api.test.cpp Change-Id: I432893d43895ad5022fcb614aa14de89acd9d220
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.