| commit | dcabc89b42a0bd9e8e9da7238ff291798a325f9d | [log] [tgz] |
|---|---|---|
| author | Spandan Das <spandandas@google.com> | Thu May 22 18:23:49 2025 +0000 |
| committer | Spandan Das <spandandas@google.com> | Thu May 22 18:30:45 2025 +0000 |
| tree | 26e2d056bb5beca0931732bfef5a463b089aaab8 | |
| parent | 0a640d5898498837563f8f0ed2d5e3d308b3d509 [diff] |
Fix install location of dexpreopt'd Android.mk speed apps https://r.android.com/3148968 moved the dexpreopt artifacts of speed apps to system_other. This CL updates the locations in dex_preopt_odex_install.mk so that the install locations of speed apps written in Android.mk match the install locations created by dexpreopt go binary. Bug: 417494356 Test: verified in b/417243458#comment11 Change-Id: Ica1c685fc272470f36f7721a271f26720355d37a
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.