aboutsummaryrefslogtreecommitdiffstats
path: root/apex
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 /apex
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 'apex')
-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 c671e7c3..a3f92640 100644
--- a/apex/apex_test.go
+++ b/apex/apex_test.go
@@ -158,7 +158,7 @@ func testApex(t *testing.T, bp string) *android.TestContext {
ctx.MockFileSystem(map[string][]byte{
"Android.bp": []byte(bp),
- "build/target/product/security": nil,
+ "build/make/target/product/security": nil,
"apex_manifest.json": nil,
"AndroidManifest.xml": nil,
"system/sepolicy/apex/myapex-file_contexts": nil,