commit | 532d7f9e5b67b622ef19da37d492c76265b03b70 | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Sat Sep 28 01:17:50 2024 +0000 |
committer | Spandan Das <spandandas@google.com> | Sat Sep 28 01:17:50 2024 +0000 |
tree | 95d9917ef7ae2d066a9b112baea5feffe2fae7e3 | |
parent | 84626e7f232e034064ebc75dde9a8adfe85504c8 [diff] |
Add libvendorsupport to `deps` of `generic_system_image` libvendorsupport is an llndk library, which gets installed by the llndk_in_system androidmk module in the kati built installed image. Add this library explicitly to the deps of the soong built system image. Test: Ran the filelistdiff tool Bug: 369678122 Change-Id: I6a520ad9a934305a900a137e3e518984d6a84d8c
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.