msm8974: remove from top level makefile

Bug: 27656253
Change-Id: I445294e1fc7fe493d102b8872253f58b0b18e8bf
diff --git a/Android.mk b/Android.mk
index 97e634b..a50af02 100644
--- a/Android.mk
+++ b/Android.mk
@@ -8,9 +8,6 @@
       ifneq ($(filter msm8960 apq8064 ,$(TARGET_BOARD_PLATFORM)),)
         #For msm8960/apq8064 targets
         include $(call all-named-subdir-makefiles,msm8960)
-      else ifneq ($(filter msm8974 ,$(TARGET_BOARD_PLATFORM)),)
-        #For msm8974 target
-        include $(call all-named-subdir-makefiles,msm8974)
       else ifneq ($(filter msm8084 ,$(TARGET_BOARD_PLATFORM)),)
         #For msm8084 target
         include $(call all-named-subdir-makefiles,msm8084)