Skip to content
Snippets Groups Projects
Commit a979bb6e authored by HONG Yifan's avatar HONG Yifan Committed by Giuliano Procida
Browse files

ANDROID: Load cc_library from rules_cc.


This gets rids of the buildifier warning about native-cc.

Bug: 391456084
Signed-off-by: default avatarHONG Yifan <elsk@google.com>
Change-Id: Id04acdf460a729ba0138b44793a27dc053af9c78
parent 9f047a51
No related merge requests found
......@@ -3,6 +3,7 @@
load("@bazel_skylib//rules:copy_file.bzl", "copy_file")
load("@bazel_skylib//rules:write_file.bzl", "write_file")
load("@rules_cc//cc:defs.bzl", "cc_library")
load("@rules_pkg//pkg:install.bzl", "pkg_install")
load(
"@rules_pkg//pkg:mappings.bzl",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment