Merge "Fix soong for go test ./..." into main
diff --git a/cc/afdo.go b/cc/afdo.go
index ac210d4..91cf0b8 100644
--- a/cc/afdo.go
+++ b/cc/afdo.go
@@ -35,7 +35,7 @@
 var afdoProfileProjectsConfigKey = android.NewOnceKey("AfdoProfileProjects")
 
 // This flag needs to be in both CFlags and LdFlags to ensure correct symbol ordering
-const afdoFlagsFormat = "-fprofile-sample-use=%s"
+const afdoFlagsFormat = "-fprofile-sample-use=%s -fprofile-sample-accurate"
 
 func recordMissingAfdoProfileFile(ctx android.BaseModuleContext, missing string) {
 	getNamedMapForConfig(ctx.Config(), modulesMissingProfileFileKey).Store(missing, true)
diff --git a/genrule/allowlists.go b/genrule/allowlists.go
index 005f6ea..efb4161 100644
--- a/genrule/allowlists.go
+++ b/genrule/allowlists.go
@@ -69,9 +69,6 @@
 		"libcore-non-cts-tests-txt",
 		"libxml2_schema_fuzz_corpus",
 		"libxml2_xml_fuzz_corpus",
-		"pixelatoms_defs.h",
-		"pixelstatsatoms.cpp",
-		"pixelstatsatoms.h",
 		"pvmfw_fdt_template_rs",
 		"r8retrace-dexdump-sample-app",
 		"r8retrace-run-retrace",