diff options
Diffstat (limited to 'android/androidmk.go')
-rw-r--r-- | android/androidmk.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/androidmk.go b/android/androidmk.go index cfd7c91de..4adbb22d5 100644 --- a/android/androidmk.go +++ b/android/androidmk.go @@ -417,7 +417,7 @@ func AndroidMkSingleton() Singleton { type androidMkSingleton struct{} func (c *androidMkSingleton) GenerateBuildActions(ctx SingletonContext) { - if !ctx.Config().EmbeddedInMake() { + if !ctx.Config().KatiEnabled() { return } |