Browse Source

[automerge] Fix build for non-Lynx devices. 2p: 19e09f99f8 2p: be3822b7f9

Original change: https://googleplex-android-review.googlesource.com/c/device/google/lynx/+/23179591

Bug: 281935024
Change-Id: I7ee845f4006cfaba9ae04ba1d48588aa7949f567
Presubmit Automerger Backend 2 years ago
parent
commit
1e0d7c8583
1 changed files with 1 additions and 2 deletions
  1. 1 2
      self-extractors/google_devices/staging/Android.mk

+ 1 - 2
self-extractors/google_devices/staging/Android.mk

@@ -18,10 +18,9 @@ LOCAL_PATH := $(call my-dir)
 
 ifneq ($(filter lynx,$(TARGET_DEVICE)),)
   $(call add-radio-file,bootloader.img)
+  $(call add-radio-file,radio.img)
 endif
 
-$(call add-radio-file-checked,radio.img,version-baseband)
-
 ifneq ($(filter lynx,$(TARGET_DEVICE)),)
 include $(CLEAR_VARS)
 LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)