| commit | be64285ebb0cb55f285f7c0c5da50146955c7bf6 | [log] [tgz] |
|---|---|---|
| author | Justin Yun <justinyun@google.com> | Mon Sep 30 14:06:40 2024 +0900 |
| committer | Justin Yun <justinyun@google.com> | Mon Sep 30 14:06:40 2024 +0900 |
| tree | eb8326cf35a2e175e7d7ce3dd9f8b841a8bdcbc9 | |
| parent | 17abcb611119b81578eda637187aebac886567ad [diff] |
Remove libvendorsupport.so from the filediff allowlist
libvendorsupport.so is included in soong system image. Remove it from
the allowlist.
Bug: 369678122
Test: lunch aosp_cf_x86_64_phone_soong_system-trunk_staging-userdebug
&& m
Change-Id: I222f98111299fe0cc79e4fb216e8d6e1993f88b2
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.