commit | 35a83d1a5abea81aa219daa0c6ae5f2dfd6a69ca | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue May 26 02:01:05 2020 +0900 |
committer | Jiyong Park <jiyong@google.com> | Fri Jun 05 10:50:15 2020 +0900 |
tree | 47e8fe650b203ca929ca8128442506feab00db74 | |
parent | 9ebefc640d00f104210991b3aa66d9c699ae9c7d [diff] |
remove buildinfo_common.sh The shell script was responsible for appending some system properties that are common to <partition>/build.prop files. The values of the system properties were given via environment variables whose names were slightly different from their corresponding make var names. This change removes the script and instead write the system properties directly in Make, thus eliminating the need to keep track of the mapping across sysprop names, environment variable names, and make var names. Bug: 117892318 Test: m Change-Id: I4d88733c1afa30ea0c0c4fcfc2b349f07f7fc090
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.