From cf1eaa90e55cac7531bc27a96d92e3b4f8ded256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwangyougang=E2=80=9D?= Date: Thu, 24 Mar 2022 07:05:57 +0000 Subject: [PATCH] fix:gn MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: “wangyougang” --- battery/v1_0/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/battery/v1_0/BUILD.gn b/battery/v1_0/BUILD.gn index bd7d764a..800b2400 100755 --- a/battery/v1_0/BUILD.gn +++ b/battery/v1_0/BUILD.gn @@ -10,7 +10,7 @@ # 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. - +test build.gn import("//drivers/adapter/uhdf2/hdi.gni") if (defined(ohos_lite)) { group("libbattery_proxy_1.0") { -- Gitee