diff options
| author | Rygebin <kaankulahli@gmail.com> | 2017-02-02 15:08:53 +0000 |
|---|---|---|
| committer | Rygebin <kaankulahli@gmail.com> | 2017-02-02 15:08:53 +0000 |
| commit | bd83401cb1c362efe970af7eac38eea38964d579 (patch) | |
| tree | 65debbbcb5754a39b799b92f6525d425b4c859ab | |
| parent | 408fb69521e04971837e136cfd3493fab247e76e (diff) | |
msm8916-common: ifeq: add Z010D Device filter
| -rw-r--r-- | BoardConfigCommon.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 38a330f..bab9d06 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -1,5 +1,5 @@ -# # Copyright (C) 2016 The CyanogenMod Project +# (C) 2017 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -126,8 +126,11 @@ TARGET_ANDROID_FILESYSTEM_CONFIG_H := $(VENDOR_PATH)/android_filesystem_config.h TARGET_PLATFORM_DEVICE_BASE := /devices/soc.0/ TARGET_UNIFIED_DEVICE := true +ifneq ($(filter Z010D,$(TARGET_DEVICE)),) + # Keymaster -TARGET_PROVIDES_KEYMASTER := true +TARGET_PROVIDES_KEYMASTER := true #keymaster problem on Z00ED/RD +#endif # Lights TARGET_PROVIDES_LIBLIGHT := true |
