commit | 261e22dd1d5297d9f46e0ef274e4a93dea431844 | [log] [tgz] |
---|---|---|
author | yike <yikezh@google.com> | Fri Aug 09 03:25:18 2024 +0000 |
committer | yike <yikezh@google.com> | Fri Aug 09 03:34:08 2024 +0000 |
tree | dc161e490f26efb633c54172495ce26cd57c6b8a | |
parent | fa47605191ef94a7ce889aa03a691a07720771d6 [diff] |
Link shared libs to x86/x86_64 folder if available Currently, the shared libs are not categorized according to arch, which adds more redundant dependencies at runtime and might mislead the test execution. Test: m host-unit-tests Bug: 351909435 Change-Id: I48f8e6752879cdd4d510ce5b611dc6c118a42f8f
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.