commit | 0912d76b96c9dd43b34cdd1e10b0b3e396be93dd | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Mon Jun 18 14:04:41 2018 +0900 |
committer | Bernie Innocenti <codewiz@google.com> | Mon Jun 18 05:22:15 2018 +0000 |
tree | 0420d5aa21ab2f97d2aa65519d48e7dce45d8dc4 | |
parent | 520ad0cae8f68166ca323c07ab704e5fbdc4f655 [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
diff --git a/libc/Android.mk b/libc/Android.mk deleted file mode 100644 index 888404c..0000000 --- a/libc/Android.mk +++ /dev/null
@@ -1,4 +0,0 @@ -LOCAL_PATH := $(call my-dir) - -include $(call all-makefiles-under,$(LOCAL_PATH)) -