Merge "Refactor fullmte bits into common dir" into main
This commit is contained in:
commit
fd2073e275
5 changed files with 3 additions and 12 deletions
|
@ -1,5 +1,4 @@
|
|||
include device/google/shusky/fullmte-vars.mk
|
||||
include device/google/gs-common/mte/fullmte-pixel.mk
|
||||
$(call inherit-product, device/google/shusky/aosp_husky.mk)
|
||||
$(call inherit-product, device/google/shusky/fullmte-common.mk)
|
||||
|
||||
PRODUCT_NAME := aosp_husky_fullmte
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
include device/google/shusky/fullmte-vars.mk
|
||||
include device/google/gs-common/mte/fullmte-pixel.mk
|
||||
$(call inherit-product, device/google/shusky/aosp_ripcurrent.mk)
|
||||
$(call inherit-product, device/google/shusky/fullmte-common.mk)
|
||||
|
||||
PRODUCT_NAME := aosp_ripcurrent_fullmte
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
include device/google/shusky/fullmte-vars.mk
|
||||
include device/google/gs-common/mte/fullmte-pixel.mk
|
||||
$(call inherit-product, device/google/shusky/aosp_shiba.mk)
|
||||
$(call inherit-product, device/google/shusky/fullmte-common.mk)
|
||||
|
||||
PRODUCT_NAME := aosp_shiba_fullmte
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
BOARD_KERNEL_CMDLINE += bootloader.pixel.MTE_FORCE_ON
|
||||
PRODUCT_PRODUCT_PROPERTIES += persist.arm64.memtag.default=sync
|
|
@ -1,4 +0,0 @@
|
|||
ifeq ($(filter memtag_heap,$(SANITIZE_TARGET)),)
|
||||
SANITIZE_TARGET := $(strip $(SANITIZE_TARGET) memtag_heap memtag_stack)
|
||||
SANITIZE_TARGET_DIAG := $(strip $(SANITIZE_TARGET_DIAG) memtag_heap)
|
||||
endif
|
Loading…
Add table
Add a link
Reference in a new issue