aboutsummaryrefslogtreecommitdiffstats
path: root/sysprop
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2019-04-09 21:36:26 -0700
committerMichael Bestas <mkbestas@lineageos.org>2019-09-25 23:30:48 +0300
commit195b8ededbceccca41bdafcb8c1e0d2b23c3f42e (patch)
treefe7e9cd9144e96903d675a935bf51e0666e9c284 /sysprop
parent4987f5ff0888a3009959010fdab05b8a3f79ff3e (diff)
downloadbuild_soong-195b8ededbceccca41bdafcb8c1e0d2b23c3f42e.tar.gz
build_soong-195b8ededbceccca41bdafcb8c1e0d2b23c3f42e.tar.bz2
build_soong-195b8ededbceccca41bdafcb8c1e0d2b23c3f42e.zip
Stop using build/target -> build/make/target symlink
Instead, fully specify build/make/target/... everywhere Test: treehugger Change-Id: I07ba0e9b0604919a271afd5133070616e1f404fc
Diffstat (limited to 'sysprop')
-rw-r--r--sysprop/sysprop_test.go4
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,