Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f05ca9c0 authored by Jooyung Han's avatar Jooyung Han
Browse files

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
parent 8c7e3ed7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.