diff options
Diffstat (limited to 'android/androidmk_test.go')
-rw-r--r-- | android/androidmk_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/androidmk_test.go b/android/androidmk_test.go index 10527b911..bb0337849 100644 --- a/android/androidmk_test.go +++ b/android/androidmk_test.go @@ -78,7 +78,7 @@ func TestAndroidMkSingleton_PassesUpdatedAndroidMkDataToCustomCallback(t *testin ` config := TestConfig(buildDir, nil, bp, nil) - config.inMake = true // Enable androidmk Singleton + config.katiEnabled = true // Enable androidmk Singleton ctx := NewTestContext(config) ctx.RegisterSingletonType("androidmk", AndroidMkSingleton) @@ -250,7 +250,7 @@ func TestGetDistForGoals(t *testing.T) { for _, testCase := range testCases { config := TestConfig(buildDir, nil, testCase.bp, nil) - config.inMake = true // Enable androidmk Singleton + config.katiEnabled = true // Enable androidmk Singleton ctx := NewTestContext(config) ctx.RegisterSingletonType("androidmk", AndroidMkSingleton) |