Propagate owner property for apex modules

Bug: 160165426
Test: lunch aosp_taimen && m nothing
Change-Id: I1d274ea376c58ff44d69ef5440c919b67079ae4a
This commit is contained in:
Anton Hansson
2020-06-30 11:51:53 +01:00
parent c4422106a7
commit 1ee62c03ba
2 changed files with 4 additions and 0 deletions

View File

@@ -221,6 +221,7 @@ type Module interface {
Disable()
Enabled() bool
Target() Target
Owner() string
InstallInData() bool
InstallInTestcases() bool
InstallInSanitizerDir() bool