diff options
| author | Steve Paik <spaik@google.com> | 2017-04-29 03:06:11 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-04-29 03:06:11 +0000 |
| commit | 93a61da1e6caf7ed7c6ba935ead48f4f7fde4382 (patch) | |
| tree | aa5fbbb0fea90f316d56e6d458ebbd4d9382fb0c | |
| parent | 76ad13a80ad592177c8bf931a43f9b62f8ea690e (diff) | |
| parent | 483ce31f1ef6f45447445825abb958984c306f45 (diff) | |
| download | android_hardware_qcom_bootctrl-93a61da1e6caf7ed7c6ba935ead48f4f7fde4382.tar.gz android_hardware_qcom_bootctrl-93a61da1e6caf7ed7c6ba935ead48f4f7fde4382.tar.bz2 android_hardware_qcom_bootctrl-93a61da1e6caf7ed7c6ba935ead48f4f7fde4382.zip | |
Separate auto build from rest of qcom am: 53b0ac486f
am: 483ce31f1e
Change-Id: Ie4c7218cdeba5ee1d24802f0090dd4fb7301d501
| -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 |
