commit | 23d855680c5eebc2dcd2a462016c824c8cc370b4 | [log] [tgz] |
---|---|---|
author | Hsin-Yi Chen <hsinyichen@google.com> | Wed Feb 07 21:38:45 2024 +0800 |
committer | Hsin-Yi Chen <hsinyichen@google.com> | Wed Feb 21 03:46:57 2024 +0000 |
tree | 8289c8343cb5d55d65f823d1eb6e78e88c47a103 | |
parent | 18a2ebc4ab2269766d6efaabf5f584216ca94e23 [diff] |
Define a make target for all LLNDK dumps - Define findlsdumps_LLNDK that vFRC process will build. - Move LSDUMP_PATHS_FILE to target/product/gsi/Android.mk. - Allow LLNDK dumps in prebuilts/abi-dumps/vndk. Test: m findlsdumps_LLNDK check-vndk-list Bug: 314010764 Change-Id: I6329cd4b1b919069291a13bd03720ceea46b95ff
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.