summaryrefslogtreecommitdiff
path: root/java/system_modules.go
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2021-05-07 12:15:16 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-05-07 12:15:16 +0000
commit820ed78954f8d33ae2ac13b57c50ea59779a24c8 (patch)
tree4e80d2600c54c99f2c1fb5b2f4be866331acfc6b /java/system_modules.go
parentc76155cd71c50158b3c1e374babb8d2baa510363 (diff)
parentb6b89a40741fbc9a043f3dcc348f111b000de1a7 (diff)
Merge "Add missing calls to InitSdkAwareModule"
Diffstat (limited to 'java/system_modules.go')
-rw-r--r--java/system_modules.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/system_modules.go b/java/system_modules.go
index a09778cd0..473838541 100644
--- a/java/system_modules.go
+++ b/java/system_modules.go
@@ -115,6 +115,7 @@ func SystemModulesFactory() android.Module {
module.AddProperties(&module.properties)
android.InitAndroidArchModule(module, android.HostAndDeviceSupported, android.MultilibCommon)
android.InitDefaultableModule(module)
+ android.InitSdkAwareModule(module)
return module
}