summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2014-04-20 23:15:43 +0200
committerPaul Kocialkowski <contact@paulk.fr>2014-04-21 12:21:21 +0200
commit526a0c4b954021654e0f44ed8e50ca7c02e2429d (patch)
tree6cfa0ff1beb16d818656955bb8d3f36c03d7dcc5 /Android.mk
parent2be830334f24f6c0e138b473eb699a784b294926 (diff)
downloaddevice_goldelico_gta04-526a0c4b954021654e0f44ed8e50ca7c02e2429d.zip
device_goldelico_gta04-526a0c4b954021654e0f44ed8e50ca7c02e2429d.tar.gz
device_goldelico_gta04-526a0c4b954021654e0f44ed8e50ca7c02e2429d.tar.bz2
Initial Replicant 4.2 commit
Many thanks to Lukas Märdian for his great work: part of the changes introduced in this commit reflect his work. Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 223a5e5..8e2bd0e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,4 +1,4 @@
-# Copyright (C) 2012 Paul Kocialkowski <contact@paulk.fr>
+# Copyright (C) 2012-2014 Paul Kocialkowski <contact@paulk.fr>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -16,8 +16,6 @@ LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),gta04)
-ifneq ($(TARGET_SIMULATOR),true)
include $(call all-makefiles-under,$(LOCAL_PATH))
-endif
endif