commit | 03b7abee1abfaefc91a17502b35c30a44fd1b808 | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Tue Aug 27 01:57:34 2024 +0000 |
committer | Spandan Das <spandandas@google.com> | Fri Sep 20 21:46:26 2024 +0000 |
tree | b8d9d0e9cb991abea340c9c289828b7fb17e4918 | |
parent | c7271c08b7f20de884c3255c1f15ed24e33496ea [diff] |
Delete the installation rules of host ART boot image from make This will be generated by a soong module called `dex_bootjars_host`. This module will be added to `required` of the art_cc_test(s) which depend on these files. The installation rules of device boot images were previously removed in https://r.android.com/3199942 Test: m installclean && m m test-art-host-gtest Bug: 355706080 Change-Id: Id9cc9497a89bd7c750bc24e98c39eb7577429190
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.