Skip to content

Commit

Permalink
Make change and version bump to AP4A.241205.008
Browse files Browse the repository at this point in the history
Merge cherrypicks of ['android-review.googlesource.com/3299864'] into 24Q4-release.

Change-Id: Ic2aa560c41771e3ffe1748cb3dc4f801808e6881
  • Loading branch information
Android Build Coastguard Worker committed Oct 30, 2024
2 parents a213095 + cafb3c3 commit bed9921
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/build_id.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
# (like "CRB01"). It must be a single word, and is
# capitalized by convention.

BUILD_ID=AP4A.241205.007
BUILD_ID=AP4A.241205.008
6 changes: 3 additions & 3 deletions core/config_sanitizers.mk
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,9 @@ endif
ifneq ($(filter memtag_stack,$(my_sanitize)),)
my_cflags += -fsanitize=memtag-stack
my_ldflags += -fsanitize=memtag-stack
my_cflags += -Xclang -target-feature -Xclang +mte
my_ldflags += -Xclang -target-feature -Xclang +mte
my_asflags += -Xclang -target-feature -Xclang +mte
my_cflags += -march=armv8a+memtag
my_ldflags += -march=armv8a+memtag
my_asflags += -march=armv8a+memtag
my_sanitize := $(filter-out memtag_stack,$(my_sanitize))
endif

Expand Down

0 comments on commit bed9921

Please sign in to comment.