From ad8a0cb5cb25b0454e490f6f703478bd48d159eb Mon Sep 17 00:00:00 2001 From: XpLoDWilD Date: Wed, 25 Jul 2012 18:25:15 +0200 Subject: Jellybean it --- Android.mk | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) mode change 100755 => 100644 Android.mk (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk old mode 100755 new mode 100644 index 5a189f7..ffc5974 --- 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) -- cgit v1.1