commit | 3cd436841fc3760f3fc8c6cde1a3ba9442958946 | [log] [tgz] |
---|---|---|
author | Khalid Zubair <kzubair@cyngn.com> | Mon Feb 08 16:27:55 2016 -0800 |
committer | Jackeagle <jackeagle102@gmail.com> | Fri Aug 10 12:52:24 2018 -0400 |
tree | 2b0456c93d9ec7891b94ed6d842f08abe7fa3899 | |
parent | e3c21e7d4d72711e04ae938de55b94d483077d89 [diff] |
envsetup: add function to detect shell Add a function to detect shell, other functions can now use this to handle shell specific behavior. Change-Id: I4aabc0068e836c5433053b144d163fb0ed49f752
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.