commit | 9ff7a3709683d7854cae9b63c97f095a9d3f3028 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Tue Aug 29 15:32:17 2023 -0700 |
committer | Cole Faust <colefaust@google.com> | Tue Aug 29 15:39:10 2023 -0700 |
tree | de81fe1f14db131a9c8db60ebfca582b1069a950 | |
parent | 401be560de67a16892620282e303b19486f87b51 [diff] |
Don't read the odex zip files when building sbom-metadata.csv The files inside the odex zip files are now part of $(installed_files) as of aosp/2729625. Bug: 205632228 Test: m out/target/product/emulator_x86_64/sbom-metadata.csv, before this cl you can find duplicate entries for the odex files. After this cl there's only 1 Change-Id: I1645bd1bb9e1f10fc3746225a15b8431b666580e
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.