commit | 962e2dde0afb2baec729d9726b6a34c6f5b24a61 | [log] [tgz] |
---|---|---|
author | Igor Murashkin <iam@google.com> | Fri Oct 05 16:28:12 2018 -0700 |
committer | Igor Murashkin <iam@google.com> | Fri Oct 05 16:28:12 2018 -0700 |
tree | 54fb8b3b45439ba1b4f954d7483df141e1c60e2a | |
parent | c55b42358dc330f4904005060c5f9e74ce04db75 [diff] |
base_system: Add iorapd as core product target This makes iorapd be built as part of the system image with a regular 'make' command. Part of a topic that has 'iorapd' start up by init_rc. Bug: 72170747 Change-Id: I300bc35f508fbe36bf0f545e20236c718392d571
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.