commit | a49f1ba5c52c62971740d96a9e344c89b4ed29b0 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Sun May 05 20:36:20 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Mon May 06 17:25:59 2024 +0000 |
tree | 30f1f7eeab5964929614f34ef8c0bec81fca2eef | |
parent | 5a99056218e4baa26de4d7ee1f0f53b2bd7a3b8d [diff] |
aconfig: update storage file mapping api Return a pointer of MappedStorageFile/MutableMappedStorageFile instead of an object of MappedStorageFile/MutableMappedStorageFile. Now added destructor for MappedStorageFile/MutableMappedStorageFile to unmap the in memory file to free up memory. Bug: b/321077378 Test: atest -c Change-Id: Iaa02696feb07ff383f0c7e46b645d82e57c38254
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.