commit | 2f0929d86703b5e19f1fc3da284efe3c505d933a | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Fri Feb 09 12:46:59 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Fri Feb 09 12:48:52 2024 +0000 |
tree | 6f8f7b3e14dac3bb52cd7700b080d065c6492d62 | |
parent | af0a5d71cd49dc0f357e63f9d2e5309457870ef8 [diff] |
aconfig: turn off the offending test point Bug: b/324459233 Test: atest aconfig_storage_file.test and the test point is no longer executed. Change-Id: I34b5da7a1b152f213926cc2e1f9511785e9d384f
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.