From 375af92e27d48c9d6678be26f11182477a36e77d Mon Sep 17 00:00:00 2001 From: Edouard Dupin Date: Wed, 15 Aug 2012 20:53:30 +0200 Subject: [PATCH] use generic makefiles --- Android.mk | 4 ---- Linux.mk | 4 ---- 2 files changed, 8 deletions(-) delete mode 100644 Android.mk delete mode 100644 Linux.mk diff --git a/Android.mk b/Android.mk deleted file mode 100644 index dc4a4af..0000000 --- a/Android.mk +++ /dev/null @@ -1,4 +0,0 @@ -LOCAL_PATH := $(call my-dir) - -# load the common sources file of the platform -include $(LOCAL_PATH)/Generic.mk diff --git a/Linux.mk b/Linux.mk deleted file mode 100644 index dc4a4af..0000000 --- a/Linux.mk +++ /dev/null @@ -1,4 +0,0 @@ -LOCAL_PATH := $(call my-dir) - -# load the common sources file of the platform -include $(LOCAL_PATH)/Generic.mk