From 526a0c4b954021654e0f44ed8e50ca7c02e2429d Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Sun, 20 Apr 2014 23:15:43 +0200 Subject: Initial Replicant 4.2 commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- Android.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Android.mk') 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 +# Copyright (C) 2012-2014 Paul Kocialkowski # # 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 -- cgit v1.1