Make change and version bump to AP4A.241205.008

Merge cherrypicks of ['android-review.googlesource.com/3299864'] into 24Q4-release.

Change-Id: Ic2aa560c41771e3ffe1748cb3dc4f801808e6881
This commit is contained in:
Android Build Coastguard Worker
2024-10-30 00:20:31 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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