diff options
| author | Kaan Külahlı <kaankulahli@gmail.com> | 2016-09-11 22:32:48 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-11 22:32:48 +0300 |
| commit | 98eeaa310218262f1b80733c1defb7d086bcdfc2 (patch) | |
| tree | de9fb8d433a2811bc6c2d92ffa3f5253110d5a0a | |
| parent | 872e510fa9ca0c1243d5a8a1bd0a187f3c76b441 (diff) | |
Remove other brand variant
| -rw-r--r-- | Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # -# Copyright (C) 2014 The CyanogenMod Project +# Copyright (C) 2016 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 msm8916 msm8939 msm8952,$(TARGET_BOARD_PLATFORM_VARIANT)),) +ifneq ($(filter msm8952,$(TARGET_BOARD_PLATFORM_VARIANT)),) include $(call all-makefiles-under,$(LOCAL_PATH)) |
