commit | fe70e5b756c6cf1549198f60c90613203bab8576 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu May 06 04:16:14 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 06 04:16:14 2021 +0000 |
tree | b90188b3f648e8dc1bedee428d7e393430c6b816 | |
parent | 1c42dc2b64e61f827b9473502ae68a45b6d5c3cc [diff] | |
parent | 48ef312c29f1f7daa6e1580a3dbb56c4056a2505 [diff] |
Merge "Fix reference to uncleared variable in dex_preopt_odex_install.mk" am: 05302dade9 am: 48ef312c29 Original change: https://android-review.googlesource.com/c/platform/build/+/1697782 Change-Id: Ibee2105bb4f912d2b616da95b2b7da2389a999e3
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.