summaryrefslogtreecommitdiff
path: root/ext4_utils
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2022-06-29 01:39:02 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-06-29 01:39:02 +0000
commit1f1286e01d6aee7f5b4d567ae7ca7be66ce2d83d (patch)
treed3660b8508e738eed06d3c7c1f1ccf58dff59eff /ext4_utils
parent87a15a50612c3bdeb853c17f8e7858a54ff4ba3d (diff)
parentb5d55577dd9041be08b79735a80ed1488540aba9 (diff)
downloadextras-1f1286e01d6aee7f5b4d567ae7ca7be66ce2d83d.tar.gz
Merge "Remove Android.mk file"
Diffstat (limited to 'ext4_utils')
-rw-r--r--ext4_utils/Android.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/ext4_utils/Android.mk b/ext4_utils/Android.mk
deleted file mode 100644
index b55613fb..00000000
--- a/ext4_utils/Android.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2010 The Android Open Source Project
-
-LOCAL_PATH:= $(call my-dir)
-
-#
-# -- All host/targets excluding windows
-#
-
-include $(CLEAR_VARS)
-LOCAL_MODULE := mke2fs.conf
-LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0
-LOCAL_LICENSE_CONDITIONS := notice
-LOCAL_NOTICE_FILE := $(LOCAL_PATH)/NOTICE
-LOCAL_SRC_FILES := $(LOCAL_MODULE)
-LOCAL_MODULE_CLASS := EXECUTABLES
-LOCAL_IS_HOST_MODULE := true
-include $(BUILD_PREBUILT)