diff options
Diffstat (limited to 'apex/apex_test.go')
-rw-r--r-- | apex/apex_test.go | 2 |
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, }), ) |