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

Commit 55f14926 authored by Calin Juravle's avatar Calin Juravle
Browse files

Record the compilation reson in oat files for prebuilts

Test: build
Bug: 73102540
Change-Id: Ia2ba0670f36b3eeb481bc7b2ae44a1c89777bfc1
parent bd48f84f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -260,6 +260,10 @@ ifeq (true, $(my_system_server_debug_info))
  endif
endif

# Set the compiler reason to 'prebuilt' to identify the oat files produced
# during the build, as opposed to compiled on the device.
LOCAL_DEX_PREOPT_FLAGS += --compilation-reason=prebuilt

$(built_odex): PRIVATE_DEX_PREOPT_FLAGS := $(LOCAL_DEX_PREOPT_FLAGS)
$(built_vdex): $(built_odex)
$(built_art): $(built_odex)