From 5351cf28d28cac5a585ab93a63f17c59a2d80ba4 Mon Sep 17 00:00:00 2001 From: Islam Elbanna Date: Tue, 24 Sep 2024 15:36:14 +0000 Subject: Use profile at framework/base/boot/ instead of the combined one at framework/base/config This is to decouple the framework and art profiles everywhere. Bug: 260067246 Change-Id: I3bd3ef6397a4587e28d3cd1775f1714dbf846c76 Test: running `m` Test: Verify PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_LOCATION for multiple products https://paste.googleplex.com/5573555023773696 --- apex/apex_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apex/apex_test.go') diff --git a/apex/apex_test.go b/apex/apex_test.go index 7465f40eb..ec222afc4 100644 --- a/apex/apex_test.go +++ b/apex/apex_test.go @@ -5450,7 +5450,7 @@ func TestBootDexJarsFromSourcesAndPrebuilts(t *testing.T) { android.PrepareForTestWithAllowMissingDependencies, android.FixtureMergeMockFs(map[string][]byte{ "build/soong/scripts/check_boot_jars/package_allowed_list.txt": nil, - "frameworks/base/config/boot-profile.txt": nil, + "frameworks/base/boot/boot-profile.txt": nil, }), ) -- cgit v1.2.3-59-g8ed1b