summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernie Innocenti <codewiz@google.com>2018-06-18 14:04:41 +0900
committerBernie Innocenti <codewiz@google.com>2018-06-18 05:22:15 +0000
commit0912d76b96c9dd43b34cdd1e10b0b3e396be93dd (patch)
tree0420d5aa21ab2f97d2aa65519d48e7dce45d8dc4
parent520ad0cae8f68166ca323c07ab704e5fbdc4f655 (diff)
bionic: Remove libc/Android.mk file
Since there are no longer any Android.mk files in subdirs, the top-level one can go. Test: m Change-Id: Ifc51545fc82a5eaa0801babd3ede20d911f1b9c3
-rw-r--r--libc/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/Android.mk b/libc/Android.mk
deleted file mode 100644
index 888404cf7..000000000
--- a/libc/Android.mk
+++ /dev/null
@@ -1,4 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-
-include $(call all-makefiles-under,$(LOCAL_PATH))
-