summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleozwang <leozwang@google.com>2016-01-15 20:00:19 -0800
committerleozwang <leozwang@google.com>2016-01-15 20:00:19 -0800
commitda9a98f7b0d5c6ceb39561495adee5eb79538ca5 (patch)
tree02a99c209bcf91a85f11f6e41cc446b771fb7664
parentcd62a43c6ad46dd4513b8b1d98ee9dbb77b23bae (diff)
downloadkylin-da9a98f7b0d5c6ceb39561495adee5eb79538ca5.tar.gz
Only build for kylin.
Change-Id: I5495422c0f73eeb0329b3201593870bd1a60f9ba
-rw-r--r--Android.mk25
1 files changed, 25 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index e68b310..abd796c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,28 @@
+#
+# Copyright (C) 2015 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.
+#
+
+# 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.
+
+ifneq ($(filter kylin, $(TARGET_DEVICE)),)
LOCAL_PATH := $(call my-dir)
$(call add-radio-file-checked,bootloader.img,version-bootloader)
+
+endif