commit | 751a987bccc252b5b8855124d8a37cb660ead463 | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Mon Dec 16 15:55:16 2019 -0800 |
committer | Yo Chiang <yochiang@google.com> | Tue Sep 22 18:55:11 2020 +0800 |
tree | 63a4b9c15d10edb5b169bad4a47a29fb04051867 | |
parent | 4dc545879ef061de61c9728d6dc6fc529d96ac77 [diff] |
Exclude system shared libs from fix suggestion This commit removes system shared libs (e.g. libc, libdl, or libm) from the prebuilt ELF check fix suggestion. Bug: 141925662 Test: Write a bad Android.mk module and check fix suggestions Change-Id: I4a827d07b24a976c1910b814126790abbeccc793
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.