commit | 75c29b8bd3631200e87c239e80bd14835fd4e0ab | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Jul 31 11:00:31 2024 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Jul 31 11:02:29 2024 -0700 |
tree | 8b94237bfa94f96d30d9f21ff6081ca316347616 | |
parent | 726c69d608130b9e4b4871e47953d4f03f4f40f8 [diff] |
Create transitive-res-packages for prebuilt java libraries I4e8ace497d701a9645a62dd5a6ac12e9a6830dcf added support for transitive resource packages from Soong, but missed updating prebuilt java libraries defined in Android.mk files. Add an empty file to fix build errors. Bug: 355468901 Test: manual Flag: EXEMPT bugfix Change-Id: I04ae82bbc13e369f220392af1408d8890034d420
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.