diff options
| author | Thierry Strudel <tstrudel@google.com> | 2017-01-26 16:47:29 -0800 |
|---|---|---|
| committer | Thierry Strudel <tstrudel@google.com> | 2017-01-26 16:47:29 -0800 |
| commit | d7b0093f85841c5b8377d7c65c49bbc64e1dd888 (patch) | |
| tree | 7a99637e66be64a37a82df9d45c6850b5441945d | |
| parent | 03f46be2c1e12850df7c5b6ef68fcaa905f34ef6 (diff) | |
| download | android_hardware_qcom_bootctrl-d7b0093f85841c5b8377d7c65c49bbc64e1dd888.tar.gz android_hardware_qcom_bootctrl-d7b0093f85841c5b8377d7c65c49bbc64e1dd888.tar.bz2 android_hardware_qcom_bootctrl-d7b0093f85841c5b8377d7c65c49bbc64e1dd888.zip | |
consider building for msm8998
Change-Id: I9b60dac2cb4295e78b59e43775a5873411a21cc8
Signed-off-by: Thierry Strudel <tstrudel@google.com>
| -rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -ifneq ($(filter msm8996,$(TARGET_BOARD_PLATFORM)),) +ifneq ($(filter msm8996 msm8998,$(TARGET_BOARD_PLATFORM)),) LOCAL_PATH := $(call my-dir) # HAL Shared library for the target. Used by libhardware. |
