diff options
Diffstat (limited to 'sysprop/sysprop_test.go')
-rw-r--r-- | sysprop/sysprop_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysprop/sysprop_test.go b/sysprop/sysprop_test.go index 07406b3c..09076820 100644 --- a/sysprop/sysprop_test.go +++ b/sysprop/sysprop_test.go @@ -136,8 +136,8 @@ func testContext(config android.Config, bp string, "prebuilts/sdk/Android.bp": []byte(`prebuilt_apis { name: "sdk", api_dirs: ["28", "current"],}`), // For framework-res, which is an implicit dependency for framework - "AndroidManifest.xml": nil, - "build/target/product/security/testkey": nil, + "AndroidManifest.xml": nil, + "build/make/target/product/security/testkey": nil, "build/soong/scripts/jar-wrapper.sh": nil, |