From 782a2d116a010d3cbc3ce26c43039b82ee579e55 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Mon, 21 Dec 2015 14:55:28 -0800 Subject: Refactor install paths Explicitly allow installation into the data partition instead of using "../data" for tests. At the same time, pipe through the information required for vendor modules. Change-Id: I6baf9d828c285e1080e43074beef8aebdbb38875 --- java/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/app.go') diff --git a/java/app.go b/java/app.go index f0eb3c8a..3d162812 100644 --- a/java/app.go +++ b/java/app.go @@ -152,7 +152,7 @@ func (a *AndroidApp) GenerateJavaBuildActions(ctx common.AndroidModuleContext) { } a.outputFile = CreateAppPackage(ctx, aaptPackageFlags, a.outputFile, certificates) - ctx.InstallFileName("app", ctx.ModuleName()+".apk", a.outputFile) + ctx.InstallFileName(common.PathForModuleInstall(ctx, "app"), ctx.ModuleName()+".apk", a.outputFile) } var aaptIgnoreFilenames = []string{ -- cgit v1.2.3