Searched refs:testJavaError (Results 1 – 2 of 2) sorted by relevance
| /build/soong/java/ |
| D | java_test.go | 116 func testJavaError(t *testing.T, pattern string, bp string) (*android.TestContext, android.Config) { func 196 …testJavaError(t, "Adjust sdk_version: property of the source or target module so that target modul… 240 …testJavaError(t, "Adjust sdk_version: property of the source or target module so that target modul… 390 testJavaError(t, "sdk_version must have a value when the module is located at vendor or product", ` 1387 testJavaError(t, `"foo" does not provide api scope system`, ` 1438 testJavaError(t, `stubs.source not available for api scope public`, bp+` 1451 testJavaError(t, `api.txt not available for api scope public`, bp+` 1463 testJavaError(t, `removed-api.txt not available for api scope public`, bp+` 1476 testJavaError(t, `module "foo": enabled api scope "system" depends on disabled scope "public"`, ` 1540 testJavaError(t, `requires api scope module-lib from foo but it only has \[\] available`, `
|
| D | app_test.go | 254 testJavaError(t, "platform_apis must be true when sdk_version is empty.", ` 261 testJavaError(t, "platform_apis must be false when sdk_version is not empty.", ` 294 …testJavaError(t, "Adjust sdk_version: property of the source or target module so that target modul… 338 …testJavaError(t, "Adjust sdk_version: property of the source or target module so that target modul… 475 testJavaError(t, test.expectedError, test.bp) 570 testJavaError(t, `"libjni" .*: sdk_version\(current\) is higher than min_sdk_version\(29\)`, bp) 599 testJavaError(t, `"libjni" .*: links "libbar" built against newer API version "current"`, bp) 1199 testJavaError(t, "sdk_version must have a value when the module is located at vendor or product", ` 1423 testJavaError(t, `jni_uses_platform_apis: can only be set for modules that set sdk_version`, ` 1433 testJavaError(t, `jni_uses_sdk_apis: can only be set for modules that do not set sdk_version`, `
|