commit | 2807e4aa36ab9f58d1c95d0f7f2fb3102d980f07 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Wed Jul 31 07:37:35 2024 -0700 |
committer | Bart Van Assche <bvanassche@google.com> | Tue Aug 06 10:49:35 2024 -0700 |
tree | 9dae1b4165a23222a978e152e0b425d7be162df4 | |
parent | 699f9be18a093d31af0323b9e7a80720cc253e04 [diff] |
base_vendor.mk: Add filterPowerSupplyEvents.o Bug: 203462310 Test: Cuttlefish Change-Id: Id293028335733fc83877f380d12f855cd735e85e Signed-off-by: Bart Van Assche <bvanassche@google.com>
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.