Home
last modified time | relevance | path

Searched refs:checkSystemModulesUseByDroidstubs (Results 1 – 1 of 1) sorted by relevance

/build/soong/java/
Ddroidstubs_test.go159 checkSystemModulesUseByDroidstubs(t, ctx, "stubs-source-system-modules", "source-jar.jar")
161 checkSystemModulesUseByDroidstubs(t, ctx, "stubs-prebuilt-system-modules", "prebuilt-jar.jar")
164 func checkSystemModulesUseByDroidstubs(t *testing.T, ctx *android.TestContext, moduleName string, s… func