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

Commit dade08bd authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Make change and version bump to UQ1A.230818.001

Snap for 10675748 from 421f5836 to udc-qpr1-release

Change-Id: Ia1a4c720a2b832118d7143ed11a1a84eb5698aea
parents a8172ae6 421f5836
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -6588,6 +6588,14 @@ $(JACOCO_REPORT_CLASSES_ALL) :
ifeq (,$(TARGET_BUILD_UNBUNDLED))
  $(JACOCO_REPORT_CLASSES_ALL): $(INTERNAL_ALLIMAGES_FILES)
endif

# This is not ideal, but it is difficult to correctly figure out the actual jacoco report
# jars we need to add here as dependencies, so we add the device-tests as a dependency when
# the env variable is set and this should guarantee thaat all the jacoco report jars are ready
# when we package the final report jar here.
ifeq ($(JACOCO_PACKAGING_INCLUDE_DEVICE_TESTS),true)
  $(JACOCO_REPORT_CLASSES_ALL): $(COMPATIBILITY.device-tests.FILES)
endif
endif # EMMA_INSTRUMENT=true


+1 −1
Original line number Diff line number Diff line
@@ -18,4 +18,4 @@
# (like "CRB01").  It must be a single word, and is
# capitalized by convention.

BUILD_ID=UQ1A.230817.001
BUILD_ID=UQ1A.230818.001