summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorXpLoDWilD <xplodgui@gmail.com>2012-07-25 18:25:15 +0200
committerXpLoDWilD <xplodgui@gmail.com>2012-07-25 18:25:15 +0200
commitad8a0cb5cb25b0454e490f6f703478bd48d159eb (patch)
treea624e4aeb989105cc67fc808619746960cbf9808 /Android.mk
parent0043f69e52635dec1bdb2bc9991f7db91df1ea85 (diff)
downloaddevice_samsung_n7000-ad8a0cb5cb25b0454e490f6f703478bd48d159eb.zip
device_samsung_n7000-ad8a0cb5cb25b0454e490f6f703478bd48d159eb.tar.gz
device_samsung_n7000-ad8a0cb5cb25b0454e490f6f703478bd48d159eb.tar.bz2
Jellybean it
Diffstat (limited to 'Android.mk')
-rw-r--r--[-rwxr-xr-x]Android.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 5a189f7..ffc5974 100755..100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,4 +1,5 @@
-# Copyright (C) 2010 The Android Open Source Project
+#
+# Copyright (C) 2012 The CyanogenMod Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -11,6 +12,13 @@
# 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.
+#
+
+# WARNING: Everything listed here will be built on ALL platforms,
+# including x86, the emulator, and the SDK. Modules must be uniquely
+# named (liblights.tuna), and must build everywhere, or limit themselves
+# to only building on ARM if they include assembly. Individual makefiles
+# are responsible for having their own logic, for fine-grained control.
LOCAL_PATH := $(call my-dir)