Fix build for non-Lynx devices. am: 19e09f99f8
am: 693aed7667
Original change: https://googleplex-android-review.googlesource.com/c/device/google/lynx/+/23179591 Change-Id: Ic85a3af3726be190fde2ee449fb5b18800c9d7f8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -18,10 +18,9 @@ LOCAL_PATH := $(call my-dir)
|
|||||||
|
|
||||||
ifneq ($(filter lynx,$(TARGET_DEVICE)),)
|
ifneq ($(filter lynx,$(TARGET_DEVICE)),)
|
||||||
$(call add-radio-file,bootloader.img)
|
$(call add-radio-file,bootloader.img)
|
||||||
|
$(call add-radio-file,radio.img)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(call add-radio-file-checked,radio.img,version-baseband)
|
|
||||||
|
|
||||||
ifneq ($(filter lynx,$(TARGET_DEVICE)),)
|
ifneq ($(filter lynx,$(TARGET_DEVICE)),)
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
|
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
|
||||||
|
Reference in New Issue
Block a user