fix: fix android-arm64 build

This commit is contained in:
Steve Johnson
2023-11-17 10:18:14 +08:00
parent 9e96d70840
commit b73382f60a
11 changed files with 11 additions and 11 deletions

7
dns/patch_common.go Normal file
View File

@@ -0,0 +1,7 @@
// +build !cmfa
package dns
func UpdateIsolateHandler(resolver *Resolver, mapper *ResolverEnhancer) {
return
}