commit | 3dbc565d9e167896345ce5245b92f30ebec6bf4f | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Fri Jan 03 14:57:21 2025 -0800 |
committer | Android Build Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Fri Jan 03 14:57:21 2025 -0800 |
tree | 3c58817291b80546311f5409892057ad7ab9a7a3 | |
parent | e56edd1c1e7ad4b49f1385db00d4edb7c400705e [diff] |
replace apex name com.google to com Test: atest aconfig_device_paths_java_test Bug: 386211473 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:a368bab58a2a84630a3b1a94605b310e4aab8397) Merged-In: Ic342549631d76a43deb5febcc81726792f50a17b Change-Id: Ic342549631d76a43deb5febcc81726792f50a17b
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.