commit | 61238bdffce597b1f7040e7d4ae46926da061dcc | [log] [tgz] |
---|---|---|
author | Kousik Kumar <kousikk@google.com> | Fri May 27 11:27:14 2022 -0400 |
committer | Kousik Kumar <kousikk@google.com> | Fri May 27 11:31:45 2022 -0400 |
tree | 9e4f6549bc67f8980a2eee1e4f00ffd13bfdf597 | |
parent | cc303becee88bc5ca9d2edd98401fcc0dfb6f3c2 [diff] |
Update rbesetup.sh script to no longer set certain env variables These environment variables are no longer needed to be set explicitly. Soong can set reasonable defaults for these variables. Bug: b/233382420 Change-Id: Ie07e93a68b9d7fa6de576efd976c208761ee0063
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.