commit | 17c6af46dff807b98740dc4bcc3142fedabe93f3 | [log] [tgz] |
---|---|---|
author | Jiakai Zhang <jiakaiz@google.com> | Wed Jul 12 16:54:56 2023 +0100 |
committer | Jiakai Zhang <jiakaiz@google.com> | Thu Jul 13 14:24:16 2023 +0100 |
tree | 6b30b6d2371f90b06871a72215246cc6f1f54da0 | |
parent | 7a3ff6b30c236f746e3dde05775f68abaf961850 [diff] |
Add a Make variable that overrides configured jar locations. Bug: 290583827 Test: m nothing Change-Id: I9a23d6a033d50d2a8c5d9e8dd79d00033efa1f53
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.