commit | ea4833504206785ffeff9051a02e260fba248ced | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Wed Dec 20 14:23:42 2023 +0000 |
committer | Zhi Dou <zhidou@google.com> | Wed Dec 20 15:42:49 2023 +0000 |
tree | bb807b710aea75d5582dddf26612134e2f1662b4 | |
parent | 34785f426172ad73780dfa39ac6129ac32f30189 [diff] |
aconfig: update error message in modify_parsed_flags_based_on_mode This commit updates the error message in modify_parsed_flags_based_on_mode, when there is no certain mode flags in the corresponding library, and this change remove "." at the end of the error message to conform to existing standard in this project. Bug: 311152507 Test: atest aconfig.test Change-Id: Ib120e7f7252981bbeb6ca1cf785da24f329507b4
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.