diff options
| author | 2021-05-07 12:15:16 +0000 | |
|---|---|---|
| committer | 2021-05-07 12:15:16 +0000 | |
| commit | 820ed78954f8d33ae2ac13b57c50ea59779a24c8 (patch) | |
| tree | 4e80d2600c54c99f2c1fb5b2f4be866331acfc6b /java/system_modules.go | |
| parent | c76155cd71c50158b3c1e374babb8d2baa510363 (diff) | |
| parent | b6b89a40741fbc9a043f3dcc348f111b000de1a7 (diff) | |
Merge "Add missing calls to InitSdkAwareModule"
Diffstat (limited to 'java/system_modules.go')
| -rw-r--r-- | java/system_modules.go | 1 |
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 } |