summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kleaf/constants.bzl4
1 files changed, 3 insertions, 1 deletions
diff --git a/kleaf/constants.bzl b/kleaf/constants.bzl
index 0b57ac0..dbc018f 100644
--- a/kleaf/constants.bzl
+++ b/kleaf/constants.bzl
@@ -11,13 +11,15 @@
# 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.
+"""
+Utility public constants.
+"""
load(
"//build/kernel/kleaf/impl:constants.bzl",
"AARCH64_IMAGES",
"GKI_ARTIFACTS_AARCH64_OUTS",
"MODULES_STAGING_ARCHIVE",
- "MODULE_OUTS_FILE_OUTPUT_GROUP",
"MODULE_OUTS_FILE_SUFFIX",
"SYSTEM_DLKM_OUTS",
"TOOLCHAIN_VERSION_FILENAME",