aboutsummaryrefslogtreecommitdiffstats
path: root/android/module.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/module.go')
-rw-r--r--android/module.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/android/module.go b/android/module.go
index 3276ab36..1e544700 100644
--- a/android/module.go
+++ b/android/module.go
@@ -995,13 +995,6 @@ func (a *androidModuleContext) skipInstall(fullInstallPath OutputPath) bool {
return true
}
- // We'll need a solution for choosing which of modules with the same name in different
- // namespaces to install. For now, reuse the list of namespaces exported to Make as the
- // list of namespaces to install in a Soong-only build.
- if !a.module.base().commonProperties.NamespaceExportedToMake {
- return true
- }
-
if a.Device() {
if a.Config().SkipDeviceInstall() {
return true