commit | 433ab54fef39ce1b4f4583ce215c12b0a788f82e | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Mon Apr 06 12:12:34 2020 +0100 |
committer | Vladimir Marko <vmarko@google.com> | Tue Apr 07 09:36:36 2020 +0100 |
tree | b02adc8dc5dc1aaeccee47ee7d6f2f37436dc5ab | |
parent | d335d43a27361ea1c7fb9ef57bc7c6d6d0ee48b6 [diff] |
Pass /system/etc/updatable-bcp-packages.txt to dex2oat. (cherry picked from commit 09e885dc6d76264853eb3222264960e08e09dcbb) Test: aosp_taimen-userdebug boots. Test: Check logcat for the new argument in the dex2oat invocations that happen on first boot. Bug: 151314205 Merged-In: Id2a14c3810897ead213238b63aee5ff180b56397 Change-Id: I68c85dc008d6be072686c5699e276c630cf0113a
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.