Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2c457fd authored by David Brazdil's avatar David Brazdil
Browse files

Compile android.test.*.stubs into dex

Adjust the build rules of android.test.*.stubs packages to also
produce a jar with dex files. This will be used by the `hiddenapi`
tool to categorize the boot class path equivalents as public API.

Bug: 79409988
Test: m android.test.base.stubs ; check javalib.jar contains dex
Change-Id: I1d0850b18044c559ea4b9893d929dc45884b32c3
parent e7325a01
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -115,4 +115,5 @@ java_library_static {
        },
    },
    sdk_version: "current",
    compile_dex: true,
}
+2 −0
Original line number Diff line number Diff line
@@ -91,6 +91,7 @@ java_library_static {
            enabled: false,
        },
    },
    compile_dex: true,
}

java_library_static {
@@ -104,4 +105,5 @@ java_library_static {
            enabled: false,
        },
    },
    compile_dex: true,
}
+1 −0
Original line number Diff line number Diff line
@@ -120,4 +120,5 @@ java_library_static {
        },
    },
    sdk_version: "current",
    compile_dex: true,
}