summaryrefslogtreecommitdiff
path: root/apex/apex_test.go
diff options
context:
space:
mode:
author Islam Elbanna <islamelbanna@google.com> 2024-10-01 09:25:40 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-10-01 09:25:40 +0000
commitc27cb7a8b54fab98aa6ea2dbadf3fb6ead712499 (patch)
tree24f2dc10e0e311123a011a8d92f5ad4436630484 /apex/apex_test.go
parente380697b98a2bc85644c033ffa9aed7d945702d0 (diff)
parent5351cf28d28cac5a585ab93a63f17c59a2d80ba4 (diff)
Merge "Use profile at framework/base/boot/ instead of the combined one at framework/base/config" into main
Diffstat (limited to 'apex/apex_test.go')
-rw-r--r--apex/apex_test.go2
1 files changed, 1 insertions, 1 deletions
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,
}),
)