commit | 032de6765b75ec44630dc94c23333a9bc2994b69 | [log] [tgz] |
---|---|---|
author | Mitchell Wills <mwills@google.com> | Fri Dec 06 16:47:37 2019 -0800 |
committer | Mitchell Wills <mwills@google.com> | Fri Dec 06 16:55:24 2019 -0800 |
tree | 48d095b8062c86656c1807781c7e156ca73600e6 | |
parent | cfd25567e6ac8c3524558032d4da6db382b79165 [diff] |
Use bash instead of sh in self extracting archive `echo -n` and `read` seems to not work the same on mac Bug: 130257221 Test: generated an archive using the script and ran the result on linux and mac Change-Id: I129090ccf50781b748bff9a5c7890824d2670ad4
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.