commit | d2d30f6baff8f9176be6cdabe075e629430918d3 | [log] [tgz] |
---|---|---|
author | Tapas Pradhan <quic_tpradhan@quicinc.com> | Thu Oct 05 15:26:27 2023 +0530 |
committer | Tapas Pradhan <quic_tpradhan@quicinc.com> | Fri Oct 06 13:30:41 2023 +0530 |
tree | 9f411a9529bc2383696c69b5d5dcfacc91a5197f | |
parent | 44a7f9ccb3f85b23ed3db6bc212cd8ec06da39e4 [diff] |
makefile:strip generic ramdisk kernel modules in android build system. Buganizer: 298884633 Test: manual test Change-Id: I72b21d806ab18e8274dff04445415fe8d2613729
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.