diff options
Diffstat (limited to 'android/androidmk.go')
-rw-r--r-- | android/androidmk.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/androidmk.go b/android/androidmk.go index a3334dc2e..f65e084be 100644 --- a/android/androidmk.go +++ b/android/androidmk.go @@ -893,6 +893,7 @@ func translateAndroidModule(ctx SingletonContext, w io.Writer, moduleInfoJSONs * case "*java.SystemModules": // doesn't go through base_rules case "*java.systemModulesImport": // doesn't go through base_rules case "*phony.phony": // license properties written + case "*phony.PhonyRule": // writes phony deps and acts like `.PHONY` case "*selinux.selinuxContextsModule": // license properties written case "*sysprop.syspropLibrary": // license properties written default: |