project-lakitu: Enable writable opt for azure/aws

Also disable crash reporting and auto update like
anthos onprem

BUG=b/147400361
TEST=presubmit
RELEASE_NOTE=None

Change-Id: Id23592493a87e642f8b0c03151e8303d9d2c4faa
Reviewed-on: https://cos-review.googlesource.com/c/cos/overlays/board-overlays/+/15917
Reviewed-by: Varsha Teratipally <teratipally@google.com>
Tested-by: Cusky Presubmit Bot <presubmit@cos-infra-prod.iam.gserviceaccount.com>
diff --git a/project-lakitu/profiles/platform/aws/make.defaults b/project-lakitu/profiles/platform/aws/make.defaults
index 23f3de3..5dbb7c7 100644
--- a/project-lakitu/profiles/platform/aws/make.defaults
+++ b/project-lakitu/profiles/platform/aws/make.defaults
@@ -4,6 +4,12 @@
 # Enable virtualization support for EC2
 USE="${USE} ec2_guest_net xen_guest"
 
+# Disable update_engine
+USE="${USE} -update_engine"
+
+# Disable crash_reporting
+USE="${USE} -crash_reporting"
+
 # Enable AWS-specific settings
 USE="${USE} platform_aws"
 
diff --git a/project-lakitu/profiles/platform/azure/make.defaults b/project-lakitu/profiles/platform/azure/make.defaults
index b0b0679..77482d3 100644
--- a/project-lakitu/profiles/platform/azure/make.defaults
+++ b/project-lakitu/profiles/platform/azure/make.defaults
@@ -12,6 +12,12 @@
 # Enable the Mellanox ethernet settings for acceleration
 USE="${USE} mellanox_eth"
 
+# Disable update_engine
+USE="${USE} -update_engine"
+
+# Disable crash_reporting
+USE="${USE} -crash_reporting"
+
 # Enable the azure specific settings
 USE="${USE} platform_azure"