commit | 212d38662b20d9577d9487633e49e2b7f57cfc86 | [log] [tgz] |
---|---|---|
author | Luca Farsi <lucafarsi@google.com> | Fri Jan 12 11:22:06 2024 -0800 |
committer | Luca Farsi <lucafarsi@google.com> | Fri Jan 12 11:24:25 2024 -0800 |
tree | ac5668581fb0e5ef0959f4d6501aebec1528c381 | |
parent | 12eacc1e4e90ef6672fb40e592b664d3f6061a29 [diff] |
Add dexpreopt option to build commands Missed passing down the WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY option in the build commands. Test: ./build/make/ci/build_test_suites --target_product aosp_x86_64 --target_release trunk_staging --with_dexpreopt_boot_img_and_system_server_only --dist_dir <dist_dir> --change_info <change_info_file> <extra_targets> Bug: 314171817 Change-Id: I0424e8b7ef350b3baff76ff9bcb8255c914fee5a
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.