commit | 4e90814306dfe3e2dfef7258b6d4d3fd6c161c2c | [log] [tgz] |
---|---|---|
author | yangbill <yangbill@google.com> | Wed May 09 17:56:28 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed May 09 17:56:28 2018 -0700 |
tree | e3a61fd2e5de3029c682308db1e166ed698c861c | |
parent | f29014c082061216e7126c186ca57b7b4afebcba [diff] | |
parent | 26f5fb8d60a24e896732a9ba07ad61fe82b1024c [diff] |
Merge "Build System: Fix rpath error if native executable under testcase folder." am: 5c3646c201 am: 26f5fb8d60 Change-Id: I6a167a932833b60da5ade47511f2d239c591315e
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.