commit | 8d74fd0a3115cf45f16acd412a073a01ffb11b53 | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Sun Apr 28 00:50:11 2024 +0200 |
committer | Mårten Kongstad <amhk@google.com> | Sun Apr 28 00:50:11 2024 +0200 |
tree | d82b353ee2194d15c9ddfa3efdafd8b3be79e8d9 | |
parent | 40da97047c8d3c3c5e2a67c373ba47dd75bde73c [diff] |
check-flagged-apis: allow / chars in Symbol names Allow forward slash characters (/) in Symbol names: when adding support for method arguments, this will be needed. The current implementation does not change; forward slash conversions to dots still happen, but now explicitly at the call site of Symbol.create. Bug: 334870672 Test: atest --host check-flagged-apis-test Change-Id: Ia860d7b0c8703fcc56fec6ea722cf995ccf20cd0
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.