commit | d5d70ea555a1e9c6972acada8605f31413a97b81 | [log] [tgz] |
---|---|---|
author | Daniel Norman <danielnorman@google.com> | Wed Jun 05 15:13:43 2019 -0700 |
committer | Daniel Norman <danielnorman@google.com> | Wed Jun 05 16:47:15 2019 -0700 |
tree | 6d2bfb127bfd3bf6082d327c2d8e317dd3a32ed1 | |
parent | 1e5fcc0d799c6d984a5cf8fd19b88780daf4625b [diff] |
Renames system to framework and other to vendor. Also fixes small nit from previous change to write_sorted_data(). Bug: 132788610 Test: python -m unittest test_merge_target_files Test: Creating and booting a merged build. Change-Id: I3dc43a4fe55b86b436dec08feb5d70096d38de36
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.