diff options
| -rw-r--r-- | Android.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,5 @@ +# TODO: Find a better way to separate build configs for ADP vs non-ADP devices +ifneq ($(BOARD_IS_AUTOMOTIVE),true) ifneq ($(filter msm8996 msm8998,$(TARGET_BOARD_PLATFORM)),) LOCAL_PATH := $(call my-dir) @@ -25,3 +27,4 @@ LOCAL_MODULE := bootctrl.$(TARGET_BOARD_PLATFORM) include $(BUILD_STATIC_LIBRARY) endif +endif |
