commit | a23446680ff2e0b17e4048b5ef258a4db420d12f | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Mar 24 13:14:12 2016 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Mar 24 13:14:12 2016 -0700 |
tree | 4b50c11e3d10780f1bb3b4cddffa1aafa76faf32 | |
parent | ca860ac720e2990bf60d701883ee86bdf9b736a1 [diff] [blame] |
Use correct install paths in generated Android.mk Extract Soong's install path and put it in the generated Android.mk file so that tests get installed in the correct place. Change-Id: Id4726855c5677855406de20773a5da533bdd4cea
diff --git a/cc/cc.go b/cc/cc.go index d20a197..251d1cd 100644 --- a/cc/cc.go +++ b/cc/cc.go
@@ -1195,7 +1195,7 @@ dir64 string data bool - path common.Path + path common.OutputPath } var _ installer = (*baseInstaller)(nil)