From 7559803b12dd33db25b437fcfe62aa21e5139e3e Mon Sep 17 00:00:00 2001 From: Martin Stjernholm Date: Fri, 12 Jul 2024 18:47:26 +0100 Subject: [PATCH] Add libdexfiled to the stub library multi APEX exception list. We need to add stubs to it to produce a correct linker config for the ART debug APEX in eng builds. We should be able to clean up all the ART exceptions when the debug APEX is removed. Add a TODO reference to the ticket tracking that. Test: See the other CL in the topic. Bug: 349767294 Change-Id: Ida7ea96ccc3e29c2899d5ec12c4e8c8ae983a355 --- cc/cc.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cc/cc.go b/cc/cc.go index 740be3afe..d307be615 100644 --- a/cc/cc.go +++ b/cc/cc.go @@ -1867,8 +1867,10 @@ var ( "libdl": true, "libz": true, // art apex + // TODO(b/234351700): Remove this when com.android.art.debug is gone. "libandroidio": true, "libdexfile": true, + "libdexfiled": true, // com.android.art.debug only "libnativebridge": true, "libnativehelper": true, "libnativeloader": true,