Home
last modified time | relevance | path

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

/build/soong/sdk/
Dsdk_test.go38testSdkError(t, `module "myjavalib".*depends on "otherlib".*that isn't part of the required SDKs:.…
279testSdkError(t, `prebuilt_visibility: cannot mix "//visibility:private" with any other visibility …
291 testSdkError(t, `prebuilt_visibility: "//visibility:private" does not widen the visibility`, `
Dtesting.go104 func testSdkError(t *testing.T, pattern, bp string) { func