From f05ca9c0eac6369632e433b6ddda0f74a32a66f7 Mon Sep 17 00:00:00 2001 From: Jooyung Han Date: Mon, 28 Jun 2021 21:48:51 +0900 Subject: Tag android_app_import's apk as `android:"path"` Now, android_app_import can use apk from other modules like genrule. Bug: 192200378 Test: m com.android.compos Change-Id: I5823fdb53b6aa20bfd9ec4dd16aafe63e65b6b68 --- java/app_import.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java') diff --git a/java/app_import.go b/java/app_import.go index 6fe620407..5a87b074b 100644 --- a/java/app_import.go +++ b/java/app_import.go @@ -61,7 +61,7 @@ type AndroidAppImport struct { type AndroidAppImportProperties struct { // A prebuilt apk to import - Apk *string + Apk *string `android:"path"` // The name of a certificate in the default certificate directory or an android_app_certificate // module name in the form ":module". Should be empty if presigned or default_dev_cert is set. -- cgit v1.2.3-59-g8ed1b