commit | 9c1450e0d2fb5fb0b1aff88e107dfcf7cdf16f00 | [log] [tgz] |
---|---|---|
author | Jihoon Kang <jihoonkang@google.com> | Tue Feb 13 06:54:49 2024 +0000 |
committer | Jihoon Kang <jihoonkang@google.com> | Tue Feb 13 06:54:49 2024 +0000 |
tree | ca56d2affe6a4a40447d5d113e8d21a5aa099ae6 | |
parent | 0dc4e61753b4f08f3e3db0abc6399d4d9cc86d62 [diff] |
Modify dependencies of fake_device_config This change modifes the dependencies of fake_device_config by setting the sdk_version to none instead of core_current, and setting the appropriate system_modules in order to resolve circular dependencies. Test: m fake_device_config && BUILD_FROM_SOURCE_STUB m fake_device_config Change-Id: I497e2db9ea3456057a1e3f5c624cbd2042da6837
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.