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
This commit is contained in:
Colin Cross
2016-03-24 13:14:12 -07:00
parent ca860ac720
commit a23446680f
5 changed files with 28 additions and 6 deletions

View File

@@ -1195,7 +1195,7 @@ type baseInstaller struct {
dir64 string
data bool
path common.Path
path common.OutputPath
}
var _ installer = (*baseInstaller)(nil)