commit | fe1b534f4156bd21f78d235c9a52441d45279fe2 | [log] [tgz] |
---|---|---|
author | Dennis Song <denniscy@google.com> | Mon Oct 24 11:28:38 2022 +0800 |
committer | Dennis Song <denniscy@google.com> | Mon Oct 24 11:28:38 2022 +0800 |
tree | 9844d69361bfa7fbaf2ac84cdf96d1a935f796b6 | |
parent | e9d0a7f5d9c5735aaf5606c9839267ae43f0cc25 [diff] |
Add the path of GSI document in gsi_release.mk Documents for GSI specific packages can be found at device/generic/common/README.md. Bug: 254392480 Test: Presubmit Change-Id: I03e9d66462f39c0631dfcbe16902e5978e41c8b6
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.