commit | 942987d116983a5991207e8c55a6ec99af41f763 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Fri Nov 20 11:59:50 2020 -0800 |
committer | Yifan Hong <elsk@google.com> | Mon Nov 23 15:17:01 2020 -0800 |
tree | 6930cb0727e6e9e56569d5afe9ed5297c03a007c | |
parent | 018c6982807b83c7a309f2a2614addceb87249a9 [diff] |
Add symlinks to legacy Virtual A/B makefiles. For Virtual A/B makefiles that is created before S, add symlinks so that existing devices don't break. Test: pass Change-Id: Ie04c4a8a2375edc673a8a7a2adcd162b21178f68
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.