diff options
| author | Chirayu Desai <chirayudesai1@gmail.com> | 2016-08-25 15:06:03 +0530 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2019-10-18 21:34:20 +0200 |
| commit | 05c4596c7dbde0bde747cf2819aaf59c1f4fdf61 (patch) | |
| tree | 6dca92133069b2629d3192dcb08d469d9975cfbc | |
| parent | 92ad3ede8beaef94eaaea95e8d5cd8c938284a98 (diff) | |
| download | android_hardware_qcom_bt-lineage-17.0.tar.gz android_hardware_qcom_bt-lineage-17.0.tar.bz2 android_hardware_qcom_bt-lineage-17.0.zip | |
Revert "msm8974: remove from top level makefile"lineage-17.0
This reverts commit c7dc913784965e4ce705c2045f0a8b43fcd1db1c.
Change-Id: I1162dbf651c02c0ea53a1c1c52412ab810573a21
| -rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ LOCAL_PATH := $(call my-dir) # TODO: Find a better way to separate build configs for ADP vs non-ADP devices ifneq ($(BOARD_IS_AUTOMOTIVE),true) - ifneq ($(filter msm8x27 msm8226,$(TARGET_BOARD_PLATFORM)),) + ifneq ($(filter msm8x27 msm8974 msm8226,$(TARGET_BOARD_PLATFORM)),) include $(call all-named-subdir-makefiles,msm8960) else ifneq ($(filter msm8994,$(TARGET_BOARD_PLATFORM)),) include $(call all-named-subdir-makefiles,msm8992) |
