commit | 152a619d341bbc5a00d6d6224f9c4cd08811e81d | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Aug 17 23:59:58 2020 +0000 |
committer | Steven Moreland <smoreland@google.com> | Mon Aug 17 23:59:58 2020 +0000 |
tree | 122ae21055362918af24c57220c58bea3664f6df | |
parent | 14350c575f9e515502e1005f1834eec338069b8a [diff] |
vndservice removed if w/o vndservicemanager This binary is for talking to vendor services, and it'll hang if vndservicemanager is not available. On devices where it isn't supported, just remove it. Fixes: 165043609 Test: N/A Change-Id: I908c8771c37deb79cf36efb10e66b7fff7adcedf
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.