Remove incorrect file comments
Test: none Change-Id: Ia2889ee29c2c0bf18adf5d90e506cfce4b14fdcc
This commit is contained in:
parent
9e4c07a92f
commit
d56097dc27
|
@ -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"
|
||||
|
||||
|
|
|
@ -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…
Reference in New Issue