commit | aabd30115220c709719477f19d9a04dc304bf64f | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Fri Sep 27 01:24:39 2024 +0000 |
committer | Spandan Das <spandandas@google.com> | Mon Sep 30 18:07:43 2024 +0000 |
tree | ef329fbf2e27216c97ef0ccab0118dbd3623c3a2 | |
parent | 3238c8c7a5dd277f6ca3348a24ac707f2ae0fac5 [diff] |
Drop extraneous entries from install diffs These are 32-bit variants of `required` deps of some java_binaries. With https://r.android.com/3282830, the 32-bit variants are no longer erroneously installed in the Soong system image. Test: Ran the filelistdiff tool Bug: 369678122 Change-Id: I24664d4d5cc614db5a87725a68ac04a151c852c0
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.