commit | ff277c54129d90c53877eebb94a88bf683de031e | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Thu May 23 12:52:07 2024 -0700 |
committer | Joe Onorato <joeo@google.com> | Fri May 24 14:37:51 2024 -0700 |
tree | f37ed730e231f8766ec1b3f0d1b2855b1a35d776 | |
parent | 6b543839b14f7b5641e13203a250749a45ecc6f9 [diff] |
Remove apparently unused 'pez' function from envsetup.sh Bug: 340648588 Test: treehugger, code search Change-Id: I0a433b36c21a0bda4635463ab70f88d7ae40878c
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.