mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Don't compile utils.mm twice.
PiperOrigin-RevId: 551315072
This commit is contained in:
committed by
Copybara-Service
parent
0e7a8181b0
commit
7e1f286d93
@@ -32,7 +32,6 @@ objc_library(
|
||||
"preferences_manager.mm",
|
||||
"scheduled_executor.mm",
|
||||
"timer.mm",
|
||||
"utils.mm",
|
||||
"wifi_lan.mm",
|
||||
],
|
||||
hdrs = [
|
||||
@@ -44,7 +43,6 @@ objc_library(
|
||||
"scheduled_executor.h",
|
||||
"single_thread_executor.h",
|
||||
"timer.h",
|
||||
"utils.h",
|
||||
"wifi_lan.h",
|
||||
],
|
||||
# Prevent Objective-C++ headers from being pulled into swift.
|
||||
|
||||
Reference in New Issue
Block a user