Searched refs:testCcErrorProductVndk (Results 1 – 1 of 1) sorted by relevance
/aosp12/build/soong/cc/ |
H A D | cc_test.go | 129 func testCcErrorProductVndk(t *testing.T, pattern string, bp string) { func 938 …testCcErrorProductVndk(t, "vndk: vendor_available must be set to true when `vndk: {enabled: true}`… 1572 testCcErrorProductVndk(t, "must set `extends: \"\\.\\.\\.\"` to vndk extension", ` 1593 testCcErrorProductVndk(t, "must not set at the same time as `vndk: {extends: \"\\.\\.\\.\"}`", ` 1693 testCcErrorProductVndk(t, "`extends` refers module \".*\" which has `private: true`", ` 2259 testCcErrorProductVndk(t, "dependency \".*\" of \".*\" missing variant:\n.*image:product.29", ` 2274 testCcErrorProductVndk(t, "dependency \".*\" of \".*\" missing variant:\n.*image:product.29", ` 2288 testCcErrorProductVndk(t, "dependency \".*\" of \".*\" missing variant:\n.*image:product.29", ` 2303 testCcErrorProductVndk(t, "non-VNDK module should not link to \".*\" which has `private: true`", ` 2323 testCcErrorProductVndk(t, "dependency \".*\" of \".*\" missing variant:\n.*image:product.29", ` [all …]
|