commit | 5c55d72c6bdc709e90e3bf7dbf9af5e13cfd3c43 | [log] [tgz] |
---|---|---|
author | Eric Jeong <ericjeong@google.com> | Mon Feb 14 23:38:54 2022 -0800 |
committer | Eric Jeong <ericjeong@google.com> | Mon Mar 14 10:29:07 2022 -0700 |
tree | c9a799d74e52494d0158e157ee4a93aa448b7646 | |
parent | 51005914bdad1ec58554739eddbfcc21fdf3927a [diff] |
Remove iorapd from base product packages - iorapd is being removed. - So, it cannot be installed. Bug: 211461392 Test: build okay Change-Id: I17491f42ca7a0b73de0b3a3c588a90c8e3e3f3e9 Merged-In: I17491f42ca7a0b73de0b3a3c588a90c8e3e3f3e9 (cherry picked from commit 4c0ac42c0601fb9cb1524f78565a2fcffdf5dde1)
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.