commit | 7c737ca9c025f4466a134ee1595408cc70cd3d3a | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Thu Sep 26 20:54:45 2024 +0000 |
committer | Spandan Das <spandandas@google.com> | Thu Sep 26 20:56:12 2024 +0000 |
tree | 2d8e921cbf7287fb12eb99cc946872ce5e6697cd | |
parent | 1eabbba37de2ee15195db15b677c98f1f2a8503b [diff] |
Remove DEXPREOPT_IMAGE_PROFILE_BUILT_INSTALLED from make-metadata.csv With https://r.android.com/3199942, this file is now installed by a soong module `dex_bootjars`. Test: presubmits Change-Id: I65e641c578be793af5da657d38f2ccf0c595a2b1
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.