dnscrypt-proxy/dnscrypt-proxy/service_android.go

13 lines
163 B
Go

//go:build android
// +build android
package main
func ServiceManagerStartNotify() error {
return nil
}
func ServiceManagerReadyNotify() error {
return nil
}