Remove incorrect file comments

am: d56097dc27

Change-Id: I5cfee829375c83b182d4bd78a80f21fed899a674
This commit is contained in:
Dan Willemsen
2018-12-27 14:23:27 -08:00
committed by android-build-merger
2 changed files with 0 additions and 8 deletions

View File

@@ -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"

View File

@@ -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"