commit | 77a78fca4e12b8d8ab60d041e23f5c6a97b140be | [log] [tgz] |
---|---|---|
author | Ulya Trafimovich <skvadrik@google.com> | Wed Jun 03 15:09:10 2020 +0100 |
committer | Ulya Trafimovich <skvadrik@google.com> | Thu Jun 04 17:33:22 2020 +0100 |
tree | d7c6e4b6d4385559cf1f85772d9f1b470c69a7c2 | |
parent | 4c5ed87faae40667c3d4c3b586a33a0f6e1344d0 [diff] |
Refactor library path representation in dexpreopt. This is a preliminary CL before fixing on-device paths to DEX jars. It groups together the inormation about on-host build paths and on-device install paths to library DEX jars. This CL changes the structure of module dexpreopt.config files generated by the build system. Aside of that, no functional changes. Test: lunch aosp_cf_x86_phone-userdebug && m Change-Id: I8e92829885f26522aa2b936e77e91ce91593b27c
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.