commit | c55d79b7c73f1c5c12764e09f8d73e341494c191 | [log] [tgz] |
---|---|---|
author | Michael Wright <michaelwr@google.com> | Tue Apr 23 17:20:13 2024 +0000 |
committer | MÃ¥rten Kongstad <amhk@google.com> | Wed Apr 24 01:05:49 2024 +0200 |
tree | e3df1cb82260592c9788312181df2074e4845c5a | |
parent | 171944d88a45d506611067dbf66eaab627bfd3e2 [diff] |
Make check-flagged-apis executable Occasionally sourcing the script would close my overall shell when it hit an error. By having it just be an executable script, this prevents it from impacting a user's normal shell environment and can depend on it always being bash, rather than whatever shell people happen to be using. Bug: 334870672 Test: tools/check-flagged-apis/check-flagged-apis.sh Change-Id: Ic46cb4fefdea8d51be018d4f7a92b0d9ca7e57b3
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.