aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorWzedlare <vedatak01@gmail.com>2016-09-24 19:46:51 +0300
committerWzedlare <vedatak01@gmail.com>2016-09-24 19:46:51 +0300
commit764968892bfbecdefd631270f694b709f9787af7 (patch)
tree7d20a9fc6e7f4de6604518e4eab65b9d5d28f84b /Android.mk
parentd6657485d76b721544a4fae9b6f6e530f2d3cda9 (diff)
Some fixes for cm14
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index d46143b..02bf914 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2016 The CyanogenMod Project
+# Copyright (C) 2014 The CyanogenMod Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
LOCAL_PATH := $(call my-dir)
-ifneq ($(filter msm8952,$(TARGET_BOARD_PLATFORM_VARIANT)),)
+ifneq ($(filter msm8916 msm8939 msm8952,$(TARGET_BOARD_PLATFORM_VARIANT)),)
include $(call all-makefiles-under,$(LOCAL_PATH))