aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarish Mahendrakar <hmahendrakar@google.com>2024-01-23 23:39:36 +0000
committerHarish Mahendrakar <hmahendrakar@google.com>2024-01-24 06:50:59 +0000
commitc9fc68ab617dbba34fb1cb17b27d7ab55a76bca4 (patch)
tree8f5c3f2c206d23653bb8ee4ade59d9b6d3447a21
parent55976ac2e2bbbf79c4ddd54c4a9a66d7ed776fc1 (diff)
downloadlibvpx-c9fc68ab617dbba34fb1cb17b27d7ab55a76bca4.tar.gz
Remove empty Android.mk
This empty file was used to shadow Android.mk files present in subfolders earlier. The Android.mk in subfolders are now under ifdef NDK_ROOT and thus they don't impact the builds in Android source tree making the empty Android.mk redundant. Bug: 322108371 Test: Treehugger Change-Id: I5d3de13da631a93dcf26dc0739dd8ed3cb1eae54
-rw-r--r--Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
deleted file mode 100644
index 03852e8fa..000000000
--- a/Android.mk
+++ /dev/null
@@ -1 +0,0 @@
-# Empty Android.mk to shadow libvpx/build/make/Android.mk