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:
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user