commit | 32c6ef5e252b7e8e724df47a694f085fa19c50cd | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Mon Jan 08 17:26:59 2024 +0100 |
committer | Mårten Kongstad <amhk@google.com> | Mon Jan 08 17:26:59 2024 +0100 |
tree | 7011733d0d74832ad8cfd7d11b22da37e53aa020 | |
parent | 32fd2dee4f5584f95f8169d0d06c4c7057b974c1 [diff] |
aconfig: simplify is_valid_container str::split always returns at least one item (the entire string) if the delimiter is not found. Simplify the implementation of is_valid_container accordingly. Bug: N/A Test: atest aconfig.test Change-Id: I3e92035309a7b019912710e42e69f9bdfa538795
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.