aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2019-07-14 03:26:39 -0700
committerYi Kong <yikong@google.com>2019-07-14 03:26:39 -0700
commitfdc32df5a2c3454f70c7657fd496279ff31c787b (patch)
treed6b4e6e368ce9d30167b0aabd272b188fb89b081
parentb9c06254573138c7161626445deea0021bc06998 (diff)
downloadr19-fdc32df5a2c3454f70c7657fd496279ff31c787b.tar.gz
Add an empty Android.mk
This is to prevent Android.mk in subdirs from being parsed in the master-plus-llvm branch. Cherry-picked from 47a7a80b45aab2306ca73203a2df6ea76771393c in r16 NDK. Test: 'python toolchain/llvm/android/test_compiler.py --build-only ./' in master-plus-llvm branch Change-Id: I1aa2eb615de1aadef9aae748a04a043474846af6
-rw-r--r--Android.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..a551cd7
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,17 @@
+#
+# Copyright (C) 2017 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# 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.
+#
+
+# Intentionally empty to prevent subdir Android.mk loading