aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2009-05-07 20:39:04 +0200
committerDavid 'Digit' Turner <digit@google.com>2009-05-07 20:39:04 +0200
commit48ef1859ef0bb25547e5aceeedb9b175c6193bc5 (patch)
tree9b8099893d8085154a66f006c0abfc05394f7ce5 /GNUmakefile
parentd4d8cb949a871d8e3bc1c995f1364a99e6cc830f (diff)
downloadndk-48ef1859ef0bb25547e5aceeedb9b175c6193bc5.tar.gz
Initial import of new NDK into donut tree
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
new file mode 100644
index 000000000..3cd1635ea
--- /dev/null
+++ b/GNUmakefile
@@ -0,0 +1,18 @@
+# Copyright (C) 2009 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.
+#
+
+# DO NOT MODIFY THIS FILE
+include build/core/main.mk
+# END OF FILE