Explorar el Código

Fix build for non-Lynx devices. am: 19e09f99f8 am: 693aed7667 am: ae29a2e065

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

Change-Id: Id3fc89c4a325408d4ad73cae7dc0a8859d80660e
Signed-off-by: Automerger Merge Worker <[email protected]>
Xin Li hace 2 años
padre
commit
6e54a694ae
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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)