commit | deec280bbb79d4471f700d9dd08518cd70763caa | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Sep 27 11:07:38 2018 +0100 |
committer | Anton Hansson <hansson@google.com> | Thu Sep 27 11:18:11 2018 +0100 |
tree | 8972a3e24652d600b2ea2e10b7d2224b02432a33 | |
parent | fb59f554877aa2dc0c64aef9774c86630f7830a7 [diff] |
Add preopt scripts to mainline. These scripts support art preopting in system_other, which is a generically useful thing to keep on mainline. Note that the preloads_copy script should also be added, but that needs some work to be done (b/116714695). Bug: 80410283 Test: lunch mainline_arm64; m nothing Change-Id: I693e17ac0f61f2417ced639d1fdfe164c54341a9
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.