commit | 3bb4b5d7596d115d9986a46221c1d6795cc0e610 | [log] [tgz] |
---|---|---|
author | Nick Chameyev <nickchameyev@google.com> | Mon Dec 19 16:05:28 2022 +0000 |
committer | Nick Chameyev <nickchameyev@google.com> | Mon Dec 19 16:27:04 2022 +0000 |
tree | 15dbad1a9a888f6b29b523df1741b1be303cfd18 | |
parent | ad4df54d6c2ae3090a43e5abc5f511a8f11c30c6 [diff] |
Support SYSTEM_SERVER_JARS_EXTRA in dexpreopt Updates hardcoded /system path to use the qualifier before colon to support /system_ext paths in dex_preopt.mk. Bug: 155630745 Test: m dist droid with a system server library on a system_ext partition Change-Id: I4dccc1f55bd2cafa13d57b46f122c44f66da335b
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.