Explorar o código

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

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

Change-Id: Ie222d70d5e7950967a1da37f3597312694589401
Signed-off-by: Automerger Merge Worker <[email protected]>
Xin Li hai 1 ano
pai
achega
693aed7667
Modificáronse 1 ficheiros con 1 adicións e 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)