Copperhead seems designed to protect against malicious attackers, but does it protect confidentiality against commercial tracking (another kind of attack)? I'll add: I haven't come across another fork of Android that focuses on security so I'm rooting for these guys.
Partly in answer to my own question, they don't plan to disable Android's connections to Google. https://github.com/copperhead/bugtracker/issues/184 https://github.com/copperhead/bugtracker/issues/194 EDIT: To avoid any possible confusion, Google Apps / services aren't included in Copperhead; I'm talking about other connections to Google.
CopperheadOS is not going to outright prevent connections to Google. That doesn't mean the OS is going to have Google services.
The only known case where AOSP connects to Google is an HTTP GET to test if internet access is available. It could just as easily use something like example.com but Google's domain is known to have effectively 100% uptime. All that switching it would accomplish is pinging a CloudFlare/OpenShift server instead of Google. And CloudFlare might break it for users behind a VPN... so in the end, what would that really accomplish?