summaryrefslogtreecommitdiff
path: root/mobicore/MobiCoreDriverLib/Daemon/Device/Platforms/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mobicore/MobiCoreDriverLib/Daemon/Device/Platforms/Android.mk')
-rw-r--r--mobicore/MobiCoreDriverLib/Daemon/Device/Platforms/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/mobicore/MobiCoreDriverLib/Daemon/Device/Platforms/Android.mk b/mobicore/MobiCoreDriverLib/Daemon/Device/Platforms/Android.mk
index 48dd98a..8c1d954 100644
--- a/mobicore/MobiCoreDriverLib/Daemon/Device/Platforms/Android.mk
+++ b/mobicore/MobiCoreDriverLib/Daemon/Device/Platforms/Android.mk
@@ -9,7 +9,3 @@ PLATFORMS_PATH := $(LOCAL_PATH)/Daemon/Device/Platforms
# Always include the Generic code
include $(PLATFORMS_PATH)/Generic/Android.mk
-ifneq ($(filter-out Generic,$(PLATFORM)),)
- $(info PLATFORM: $(PLATFORM))
- include $(PLATFORMS_PATH)/$(PLATFORM)/Android.mk
-endif