summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Cheng <bccheng@google.com>2012-11-05 12:24:29 -0800
committerBen Cheng <bccheng@google.com>2012-11-05 12:24:29 -0800
commit6b926610faf3d67253dc751e6b0c900b61509ab9 (patch)
treea88e851cc3906c8c09ed29f7bbcacd0a5e7b4a50
parent1aa5822560cdc5cf155e2a8300c73441cb519ec4 (diff)
downloadarm-linux-androideabi-4.6-6b926610faf3d67253dc751e6b0c900b61509ab9.tar.gz
Add comments to the empty but important makefile.
Change-Id: I7a43861f8637e54ab5737909e6bac53c25555088
-rw-r--r--Android.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index e69de29..77f84b5 100644
--- a/Android.mk
+++ b/Android.mk
@@ -0,0 +1,16 @@
+# Copyright (C) 2012 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.
+
+# Empty makefile here prevents Android.mk in subdirectories from being
+# unconditionally included.