commit | ada0ed43c0d64d19e9817d58cf732e4ed43018a6 | [log] [tgz] |
---|---|---|
author | Roman Kiryanov <rkir@google.com> | Wed Oct 26 17:09:47 2022 -0700 |
committer | Roman Kiryanov <rkir@google.com> | Wed Oct 26 17:09:47 2022 -0700 |
tree | 8f8c6df0b65d2f57c15f9302b8e31f26c2fe7538 | |
parent | 3946ea03181421c9d4a2ad0ff494e415540c0ee6 [diff] |
Remove references to device/generic/goldfish/arm32-vendor.mk this file is not maintained and being retired. Bug: 250696437 Test: presubmit Signed-off-by: Roman Kiryanov <rkir@google.com> Change-Id: I6f84ae055014e16ef8af92d77c8db95f714e4182
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.