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

Commit 153af5a2 authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "Support LOCAL_ACP_UNAVAILABLE for prebuilts"

parents 128466ce d6f38929
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -275,8 +275,13 @@ ifneq ($(LOCAL_PREBUILT_STRIP_COMMENTS),)
$(built_module) : $(my_prebuilt_src_file)
	$(transform-prebuilt-to-target-strip-comments)
else
ifneq ($(LOCAL_ACP_UNAVAILABLE),true)
$(built_module) : $(my_prebuilt_src_file) | $(ACP)
	$(transform-prebuilt-to-target)
else
$(built_module) : $(my_prebuilt_src_file)
	$(copy-file-to-target-with-cp)
endif
endif
endif # LOCAL_MODULE_CLASS != APPS