commit | 53c8f9789a2c648fce71e7c180715f3c0a1fbf78 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Sep 28 16:19:42 2018 -0700 |
committer | Colin Cross <ccross@android.com> | Sat Sep 29 22:33:41 2018 -0700 |
tree | 73195eabc40f5299673c5d91077fe6b47b6daa68 | |
parent | cae7ba396cbbd892d4d338d568c3082276cf4fd4 [diff] |
Fix PDK builds $OUT/obj/APPS/SystemUI_intermediates/package.dex.apk was not being written after being converted to Soong. Add a copy rule for it to soong_app_prebuilt.mk, add it as an implicit output to the Make rules that create it, and add it as a real dependency to the platform.zip rules. Test: m platform Change-Id: I96f58d3d80b764a51a6acb87e92498589cfe5c18
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.