diff options
author | 2021-11-30 12:33:55 +0000 | |
---|---|---|
committer | 2021-12-01 17:58:41 +0000 | |
commit | cca4ab762eab320fb9beaad61a51969e16127833 (patch) | |
tree | e4ec5ae9cd370d3aac21e888d647c309c2907131 /java/platform_bootclasspath.go | |
parent | 0a420e771a2201c99f570cf48bd09a6bd837cce2 (diff) |
Propagate min and max sdk versions to classpaths.proto configs.
These attributed define a range for dessert releases where the jars
should be active, and included in corresponding CLASSPATH varibles by
derive_classpath.
Bug: 190818041
Test: presubmit
Change-Id: Ieb9aef29657ad0694d48a63019f93faca2678252
Diffstat (limited to 'java/platform_bootclasspath.go')
-rw-r--r-- | java/platform_bootclasspath.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/platform_bootclasspath.go b/java/platform_bootclasspath.go index 9fec08a69..1e2723845 100644 --- a/java/platform_bootclasspath.go +++ b/java/platform_bootclasspath.go @@ -68,7 +68,6 @@ type platformBootclasspathProperties struct { func platformBootclasspathFactory() android.SingletonModule { m := &platformBootclasspathModule{} m.AddProperties(&m.properties) - // TODO(satayev): split apex jars into separate configs. initClasspathFragment(m, BOOTCLASSPATH) android.InitAndroidArchModule(m, android.DeviceSupported, android.MultilibCommon) return m |