Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98582b28 authored by Doug Zongker's avatar Doug Zongker
Browse files

radio files aren't modules, prebuilt or otherwise

Change-Id: Ic21cf9f7d9657819e40c6700c98e61971dab24b4
parent 3dfe7f1d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1802,7 +1802,6 @@ define add-radio-file
endef
define add-radio-file-internal
INSTALLED_RADIOIMAGE_TARGET += $$(PRODUCT_OUT)/$(2)
ALL_PREBUILT += $$(PRODUCT_OUT)/$(2)
$$(PRODUCT_OUT)/$(2) : $$(LOCAL_PATH)/$(1) | $$(ACP)
	$$(transform-prebuilt-to-target)
endef