commit | a8e28dfe8765caf64d06854ee95777f553469261 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Mon Jun 03 18:46:12 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Tue Jun 04 17:24:53 2024 +0000 |
tree | 48e5155711106421243b477cb463308671337737 | |
parent | e5dd91bca7d6cca4cd6d642df775be5d8cc79b34 [diff] |
aconfig: update java read api for performance With this update, cold flag read (first flag in a namespace) is now 6x faster compared to device config. Bug: b/321077378 Test: atest -c Change-Id: I52ffd897fdd487b2a44d07be50f2975f0ef5b9b3
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.