commit | 7a504334cd969187d6e31fc0e895af0a51ccb16c | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Aug 16 22:55:43 2018 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Aug 16 22:55:43 2018 -0700 |
tree | 8b04a514d38583df0c631650b8959b54efadc073 | |
parent | b05a4f1ed37cc7a590f5d705f3aba3460e6f87e9 [diff] |
Fix java soong_to_convert data soong_to_convert looks for modules with no unconverted deps, but the list of converted modules was not being updated for java and app prebuilts. That meant soong_to_convert only reported modules with no deps at all. Test: examine soong_to_convert.txt Change-Id: I136e6fa74153a80df5ecd767642bb2feb2ddb9dc
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.