commit | a362bf4e20aa8ab12f9bd33d7fa0edbbca9522e3 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Wed May 09 17:33:12 2018 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Wed May 09 17:33:12 2018 -0700 |
tree | 85a6d45232b3804bb241ac063ae5ba9371c39b59 | |
parent | d744f8cc8efc9967db222238ba330e90594b4445 [diff] |
Add micro_bench to PRODUCT_PACKAGES_DEBUG It's been converted to Soong, so can no longer use LOCAL_MODULE_TAGS. It appears that some of the test runners expect to have it pre-installed. Test: m; see it installed. Change-Id: I189c9bbc2f2add90ac4f6841f4bf13852e4d579f
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.