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 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 += \ 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