commit | 2d691edf697dc1a5a0cdda46d92b1f967b6b264f | [log] [tgz] |
---|---|---|
author | Palmer Dabbelt <palmerdabbelt@google.com> | Fri Oct 30 16:44:58 2020 -0700 |
committer | Palmer Dabbelt <palmerdabbelt@google.com> | Tue Nov 10 13:48:02 2020 -0800 |
tree | daf06ce0cec2109e8401828b8414045003a421c5 | |
parent | 4cecc437962f947584d298db16df2392b88c2890 [diff] |
Add dmuserd to PRODUCT_PACKAGES_DEBUG This is a simple dm-user daemon that will be used for the QA tests. Test: manual, b/171749628 Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com> Change-Id: I37b78a1479f08f37fe7cff3f2e201dc6d8a6e584
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.