commit | 0efe47967b55c1223148e898a64571db14b65f67 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Mon Apr 08 18:18:59 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Wed Apr 10 16:40:06 2024 +0000 |
tree | c28494607ac78ab328d03536711a698c10064e60 | |
parent | b18227e8d80286dee2660d83cf352b211cbf5bac [diff] |
aconfig: update storage write api Now we are storing flag index instead of flag byte offset in storage files, need to update storage write api accordingly. Bug: b/321077378 Test: atest -c Change-Id: I67e55287a242df0af1925ede886f8c087d343c1f
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.