commit | 3ddd9f49e20ce3ae9f28b98eaeb1019975947f0e | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Mon Jan 02 16:07:43 2023 +0900 |
committer | Justin Yun <justinyun@google.com> | Mon Jan 02 16:07:43 2023 +0900 |
tree | 93ad250f4597f47ec27c47e51b433e3a9122266c | |
parent | 857260905b30dffbf150cf9945f80a0d44ca5011 [diff] |
Revert "Define vendor-hwasan-snapshot target" This reverts commit 97c140ccadbf372770badacbdb1590e72b9648ba. As vsdk can capture hwasan snapshot with aosp/2358699, we don't need this workaround any more. Bug: 234772527 Test: TH Change-Id: I94e751949d679a31060bb5fea0147947fc6682f4
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.