commit | 957e09a7b914b32b26f5be085c1d96c1bf3180ce | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Thu Jan 25 16:20:44 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jan 25 16:20:44 2018 +0000 |
tree | c24b662b4743951de97a1a891b4a3f99a5d9fab3 | |
parent | d9db756f3c5ca3b57d70b7cf4cd9fda351a50d0d [diff] | |
parent | 8f4f0f43a1a4179d35b2b0012722f77930076920 [diff] |
Merge "For prebuilts, use the built_module for nostripping dexpreopt." am: f90b7e1948 am: 3a011d4f9c am: 8f4f0f43a1 Change-Id: I99b80d7d33a5a79b3c345a908b9937a11e00c89b
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.