Searched refs:testAidl (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/tools/aidl/build/ |
H A D | aidl_test.go | 178 func testAidl(t *testing.T, bp string, customizers ...android.FixturePreparer) (*android.TestContex… func 248 ctx, _ := testAidl(t, vintfWithoutVersionBp) 274 testAidl(t, unstableVersionUsageInJavaBp, withFiles(map[string][]byte{ 294 testAidl(t, stableVersionUsageInJavaBp, setReleaseEnv(), withFiles(map[string][]byte{ 298 testAidl(t, stableVersionUsageInJavaBp, withFiles(map[string][]byte{ 320 testAidl(t, nonVersionedModuleUsageInJavaBp) 336 testAidl(t, nonVersionedUnstableModuleUsageInJavaBp, setReleaseEnv()) 337 testAidl(t, nonVersionedUnstableModuleUsageInJavaBp) 360 testAidl(t, importInRelease, setReleaseEnv(), withFiles(map[string][]byte{
|