diff options
| author | Steve Paik <spaik@google.com> | 2017-04-28 15:38:37 -0700 |
|---|---|---|
| committer | Steve Paik <spaik@google.com> | 2017-04-28 15:54:49 -0700 |
| commit | 53b0ac486f5b1e237ea147666239f5b3917126b1 (patch) | |
| tree | aa5fbbb0fea90f316d56e6d458ebbd4d9382fb0c | |
| parent | 76ad13a80ad592177c8bf931a43f9b62f8ea690e (diff) | |
| download | android_hardware_qcom_bootctrl-53b0ac486f5b1e237ea147666239f5b3917126b1.tar.gz android_hardware_qcom_bootctrl-53b0ac486f5b1e237ea147666239f5b3917126b1.tar.bz2 android_hardware_qcom_bootctrl-53b0ac486f5b1e237ea147666239f5b3917126b1.zip | |
Separate auto build from rest of qcom
Bug: 37546074
Test: bat-userdebug builds ok
Change-Id: I66ec8d3c8b6d2800a05edba3ca953d55f4866afd
| -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 |
