commit | 637b675b8943290da059fb8fcaf15532a211351e | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Oct 10 15:14:55 2018 -0700 |
committer | Steven Moreland <smoreland@google.com> | Thu Oct 11 09:53:45 2018 -0700 |
tree | 82c31bf1b575dddab7c1302d1f0a05ae5db82925 | |
parent | c79539bacadb125ef922afb6e72286e70a3188c7 [diff] |
VNDK-core += android.hidl.safe_union@1.0.so Bug: 116156870 Test: build & boot Change-Id: I6712d035d5a30ed3e06acf9503e00231053ce6ce
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.