From 8d835e2797c98bf3e83de214e01d1461f4f7b44c Mon Sep 17 00:00:00 2001 From: Evgenii Stepanov Date: Wed, 28 Feb 2024 13:20:18 -0800 Subject: [PATCH 1/3] Add OWNERS for gs-common/mte. Bug: none available Test: none necessary Change-Id: I61722f0462d9e6defc972512e4732addaff288e4 --- mte/OWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mte/OWNERS diff --git a/mte/OWNERS b/mte/OWNERS new file mode 100644 index 0000000..929e941 --- /dev/null +++ b/mte/OWNERS @@ -0,0 +1,4 @@ +eugenis@google.com +pcc@google.com +mitchp@google.com +fmayer@google.com From 815fd348170ae63a656a06049ff318f19894c9ad Mon Sep 17 00:00:00 2001 From: Spandan Das Date: Wed, 28 Feb 2024 16:13:46 +0000 Subject: [PATCH 2/3] Add PRODUCT_MODULE_BUILD_FROM_SOURCE to fullmte This is a temporary workaround to ensure that fullmte variants of google devices uses mainline modules from source in next release config Long term, this functionality will likely be implemented by creating a product specific release config map Test: lunch -next-userdebug && m nothing Test: https://android-build.corp.google.com/builds/abtd/run/L14800030002211627 Bug: 325666427 Change-Id: I042319e14362e66b1078941dabcfd7dcecfc7cfb --- mte/fullmte-pixel.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mte/fullmte-pixel.mk b/mte/fullmte-pixel.mk index da4e7b9..6cc525d 100644 --- a/mte/fullmte-pixel.mk +++ b/mte/fullmte-pixel.mk @@ -1,4 +1,7 @@ include build/make/target/product/fullmte.mk + +PRODUCT_MODULE_BUILD_FROM_SOURCE := true + BOARD_KERNEL_CMDLINE += bootloader.pixel.MTE_FORCE_ON # TODO(b/324412910): Remove this when the stack-buffer-overflow is fixed. PRODUCT_PRODUCT_PROPERTIES += \ From a1f78bf75d7242cda5f16b7b615ef57772e2ef1c Mon Sep 17 00:00:00 2001 From: YiHo Cheng Date: Thu, 22 Feb 2024 14:47:50 +0800 Subject: [PATCH 3/3] dumpstate: thermal: update thermal dump script path Correct thermal dump script file path Bug: 326349256 Test: build Change-Id: Iaf2108f037ca89ffae3e89a2e81996d03c79ff5f --- thermal/dump/thermal.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermal/dump/thermal.mk b/thermal/dump/thermal.mk index 03b1dfa..4bb0344 100644 --- a/thermal/dump/thermal.mk +++ b/thermal/dump/thermal.mk @@ -1,3 +1,3 @@ BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/thermal/sepolicy/dump -PRODUCT_PACKAGES += dump/dump_thermal.sh +PRODUCT_PACKAGES += dump_thermal.sh