commit | 055e6cf5c8d52bf4f691b35b8e636a68872f8bac | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Thu Nov 29 13:51:48 2018 -0800 |
committer | Yifan Hong <elsk@google.com> | Mon Dec 03 11:33:44 2018 -0800 |
tree | 3a76f6b4f819df6d3a4c76e5fce88e23c2e00ee6 | |
parent | 8b79d168eb2506125bf9cac631233e0bbddb570f [diff] |
add_img_to_target_files uses build_super_image Use the new script to build super_empty and super split images. No more transformation to lpmake_args. Test: build target_files_package for retrofit device Change-Id: Id5f6bd607654ca869bcdf58d86b7ae300e3927eb
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.