commit | 8c2c9cfa9d1178b66054584d6bbc93b935b9efc8 | [log] [tgz] |
---|---|---|
author | Ben Taitelbaum <btaitelb@google.com> | Tue Sep 22 16:45:05 2020 -0700 |
committer | Ben Taitelbaum <btaitelb@google.com> | Tue Sep 29 20:50:57 2020 +0000 |
tree | 87ad0628befd2c3f1864f6a8e42091fd8fde24ab | |
parent | 97a498b177e7acd26694c06088173d3ba223a170 [diff] |
Fix conflict with common zsh alias oh-my-zsh common-aliases plugin defines `alias -g T='| tail'`, which causes an error with the line `local T dir f`. Making these lines more explicit resolves this issue, while also being clearer that the intent is to clear out the local variables. Bug: 169191000 Fix: 169191000 Test: source build/envsetup.sh; lunch <target>; m Change-Id: Ief27aa3d9f541d0c39c6c11d7d771818d6493d31
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.