commit | b18227e8d80286dee2660d83cf352b211cbf5bac | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Mon Apr 08 18:15:19 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Wed Apr 10 16:39:21 2024 +0000 |
tree | 51ccde90ebe241b30c86258582d2838dfd072e2b | |
parent | a8ba1644225a081e7f3eb39b75a9cc4fd2ab76a4 [diff] |
aconfig: update storage read api With the update to store flag index instead of flag byte offset in storage file. We need to update flag read api accordingly. Bug: b/321077378 Test: atest -c Change-Id: Iccbf939fc5b7fe0ce0f2c33f7e3aa403c268120a
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.