commit | ba282927bf3660ab94fa4ea1accaabf75c837c4f | [log] [tgz] |
---|---|---|
author | Edward Liaw <edliaw@google.com> | Thu Aug 31 21:24:30 2023 +0000 |
committer | Edward Liaw <edliaw@google.com> | Fri Sep 15 22:49:17 2023 +0000 |
tree | b599d88910109f40a3587b530e20f8913ec6eabd | |
parent | 5922b630c5bb88af87e220edf6e11368ac650a0e [diff] |
linux-kselftest: Remove special cased build rule for kselftest Bug: 277261121 Bug: 293945424 Test: m vts Change-Id: I1c5992730958645e96037fa01a5c110cf410753b Signed-off-by: Edward Liaw <edliaw@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.