commit | 7bb9cda6c417d366738970ca440ab2ffbd4cae6f | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Wed Jan 31 17:30:58 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Wed Jan 31 19:01:56 2024 +0000 |
tree | d90a6db1e24c1c3e65f00a1a3aab43f22d3c346a | |
parent | 0296ef0081167e0975d47a55cbb4fe566374d2c5 [diff] |
aconfig: update mapped_file Minor change to mapped_file module, create utility function to verify file is readonly and map. Also, update the unit test to create temp pb file instead of writing to the test dir. Bug: 321077378 Test: atest aconfig_storage_file.test Change-Id: Id903ed458613e4aac8d2cbb1664fd8293de1a494
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.