Use forked Paparazzi instead of prebuilt

Test: ./gradlew :test:screenshot:screenshot-paparazzi:test
Bug: 245384038
Change-Id: I43a30b1113242d1c0b051da708d35d2a0bf5856a
diff --git a/settings.gradle b/settings.gradle
index 41cca61..888ba1a 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -635,8 +635,6 @@
 includeProject(":enterprise:enterprise-feedback", [BuildType.MAIN])
 includeProject(":enterprise:enterprise-feedback-testing", [BuildType.MAIN])
 includeProject(":exifinterface:exifinterface", [BuildType.MAIN])
-includeProject(":external:paparazzi:paparazzi", [BuildType.MAIN])
-includeProject(":external:paparazzi:paparazzi-agent", [BuildType.MAIN])
 includeProject(":fakeannotations", [BuildType.MAIN])
 includeProject(":fragment:fragment", [BuildType.MAIN, BuildType.FLAN, BuildType.WEAR])
 includeProject(":fragment:fragment-ktx", [BuildType.MAIN, BuildType.FLAN])
@@ -847,7 +845,7 @@
 includeProject(":test:ext:junit-gtest", [BuildType.NATIVE])
 includeProject(":test:integration-tests:junit-gtest-test", [BuildType.NATIVE])
 includeProject(":test:screenshot:screenshot")
-includeProject(":test:screenshot:screenshot-paparazzi")
+includeProject(":test:screenshot:screenshot-paparazzi", [BuildType.MAIN, BuildType.COMPOSE])
 includeProject(":test:screenshot:screenshot-proto")
 includeProject(":test:uiautomator:uiautomator", [BuildType.MAIN])
 includeProject(":test:uiautomator:integration-tests:testapp", [BuildType.MAIN])
@@ -1026,6 +1024,8 @@
 includeProject(":external:libyuv", [BuildType.CAMERA])
 includeProject(":noto-emoji-compat-font", new File(externalRoot, "noto-fonts/emoji-compat"), [BuildType.MAIN])
 includeProject(":noto-emoji-compat-flatbuffers", new File(externalRoot, "noto-fonts/emoji-compat-flatbuffers"), [BuildType.MAIN])
+includeProject(":external:paparazzi:paparazzi")
+includeProject(":external:paparazzi:paparazzi-agent")
 
 if (isAllProjects()) {
     includeProject(":docs-tip-of-tree")