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

Commit a3e73313 authored by Jose "Pepe" Galmes's avatar Jose "Pepe" Galmes Committed by Automerger Merge Worker
Browse files

Merge "Support for dexopt postprocessing in merge_target_files." am:...

Merge "Support for dexopt postprocessing in merge_target_files." am: 81005b13 am: 7386f15f am: 3f51d7ec

Original change: https://android-review.googlesource.com/c/platform/build/+/1774125

Change-Id: I8feb91daada34c22b1f84cf5494d1d7e0bafd041
parents f77eef88 3f51d7ec
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -4621,6 +4621,12 @@ endif
ifneq ($(BOARD_PARTIAL_OTA_UPDATE_PARTITIONS_LIST),)
	$(hide) echo "partial_ota_update_partitions_list=$(BOARD_PARTIAL_OTA_UPDATE_PARTITIONS_LIST)" >> $@
endif
ifeq ($(BUILDING_WITH_VSDK),true)
	$(hide) echo "building_with_vsdk=true" >> $@
endif
ifeq ($(TARGET_FLATTEN_APEX),false)
	$(hide) echo "target_flatten_apex=false" >> $@
endif

.PHONY: misc_info
misc_info: $(INSTALLED_MISC_INFO_TARGET)
+388 −30

File changed.

Preview size limit exceeded, changes collapsed.