mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 20:52:15 +08:00
fix: fix android-arm64 build
This commit is contained in:
parent
9e96d70840
commit
b73382f60a
@ -1,4 +1,4 @@
|
|||||||
// +build android
|
// +build android,cmfa
|
||||||
|
|
||||||
package outboundgroup
|
package outboundgroup
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build android
|
// +build android,cmfa
|
||||||
|
|
||||||
package provider
|
package provider
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build android
|
// +build android,cmfa
|
||||||
|
|
||||||
package dialer
|
package dialer
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build android
|
// +build android,cmfa
|
||||||
|
|
||||||
package mmdb
|
package mmdb
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build android
|
// +build android,cmfa
|
||||||
|
|
||||||
package process
|
package process
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build !android
|
// +build !cmfa
|
||||||
|
|
||||||
package dns
|
package dns
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build android
|
// +build android,cmfa
|
||||||
|
|
||||||
package dns
|
package dns
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build !android
|
// +build !cmfa
|
||||||
|
|
||||||
package dns
|
package dns
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
// +build android
|
// +build android,cmfa
|
||||||
|
|
||||||
package http
|
package http
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build android
|
// +build android,cmfa
|
||||||
|
|
||||||
package provider
|
package provider
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build android
|
// +build android,cmfa
|
||||||
|
|
||||||
package statistic
|
package statistic
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user