diff options
Diffstat (limited to 'rust/androidmk.go')
-rw-r--r-- | rust/androidmk.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/androidmk.go b/rust/androidmk.go index edae0e63d..5a33f77fa 100644 --- a/rust/androidmk.go +++ b/rust/androidmk.go @@ -178,6 +178,10 @@ func (proto *protobufDecorator) AndroidMk(ctx AndroidMkContext, ret *android.And } func (compiler *baseCompiler) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkData) { + if compiler.path == (android.InstallPath{}) { + return + } + var unstrippedOutputFile android.OptionalPath // Soong installation is only supported for host modules. Have Make // installation trigger Soong installation. |