commit | 4b0112209b02de1645f416e7d85c00d62eddaa9a | [log] [tgz] |
---|---|---|
author | Cory Barker <cobark@google.com> | Fri Feb 03 00:19:34 2023 +0000 |
committer | LaMont Jones <lamontjones@google.com> | Wed May 17 19:06:26 2023 +0000 |
tree | 50915ad6ec9e0737581627118d63e475ffb86c25 | |
parent | 7833547153dcfc79f24b2f1ccfe0594045589b09 [diff] |
Build java fuzz targets with one build target instead of needed a host target and device (cherry picked from commit 12727fceab2990eb23a8014d2fc27b873ff3afb1) Test: built locally and verified fuzzers with Jazzer Change-Id: Icb1ecef1920fa1ba6d4492acdd3b37093964eb84
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.