From 986cff6b630c61a9db385f1a8fe015a2d2847658 Mon Sep 17 00:00:00 2001 From: cwx1281816 Date: Thu, 14 Mar 2024 15:14:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E7=A6=81=E6=B5=8B=E8=AF=95=EF=BC=8C?= =?UTF-8?q?=E7=A6=81=E6=AD=A2=E5=90=88=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- interface.gni | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interface.gni b/interface.gni index 42cb4abf..227e5409 100644 --- a/interface.gni +++ b/interface.gni @@ -5,11 +5,12 @@ # # http://www.apache.org/licenses/LICENSE-2.0 # +# TEST # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License.. +# limitations under the License.. template("interface") { if (is_standard_system) { -- Gitee