Loading cc/gen.go +0 −4 Original line number Diff line number Diff line Loading @@ -14,10 +14,6 @@ package cc // This file generates the final rules for compiling all C/C++. All properties related to // compiling should have been translated into builderFlags or another argument to the Transform* // functions. import ( "path/filepath" Loading java/gen.go +0 −4 Original line number Diff line number Diff line Loading @@ -14,10 +14,6 @@ package java // This file generates the final rules for compiling all C/C++. All properties related to // compiling should have been translated into builderFlags or another argument to the Transform* // functions. import ( "github.com/google/blueprint" Loading Loading
cc/gen.go +0 −4 Original line number Diff line number Diff line Loading @@ -14,10 +14,6 @@ package cc // This file generates the final rules for compiling all C/C++. All properties related to // compiling should have been translated into builderFlags or another argument to the Transform* // functions. import ( "path/filepath" Loading
java/gen.go +0 −4 Original line number Diff line number Diff line Loading @@ -14,10 +14,6 @@ package java // This file generates the final rules for compiling all C/C++. All properties related to // compiling should have been translated into builderFlags or another argument to the Transform* // functions. import ( "github.com/google/blueprint" Loading