mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Merge branch 'google3'
Change-Id: Ibebf84b98939ee8e5006beedc34d225e8c2dd413
This commit is contained in:
@@ -2,14 +2,21 @@ add_library(core_internal STATIC)
|
||||
|
||||
target_sources(core_internal
|
||||
PRIVATE
|
||||
bandwidth_upgrade_manager.cc
|
||||
base_bandwidth_upgrade_handler.cc
|
||||
base_endpoint_channel.cc
|
||||
ble_advertisement.cc
|
||||
ble_endpoint_channel.cc
|
||||
bluetooth_device_name.cc
|
||||
bluetooth_endpoint_channel.cc
|
||||
endpoint_channel_manager.cc
|
||||
internal_payload.cc
|
||||
internal_payload.h
|
||||
loop_runner.cc
|
||||
loop_runner.h
|
||||
offline_frames.cc
|
||||
wifi_lan_service_info.cc
|
||||
wifi_lan_endpoint_channel.cc
|
||||
PUBLIC
|
||||
bandwidth_upgrade_handler.h
|
||||
bandwidth_upgrade_manager.h
|
||||
@@ -39,6 +46,7 @@ target_sources(core_internal
|
||||
pcp_manager.h
|
||||
service_controller.h
|
||||
service_controller_router.h
|
||||
wifi_lan_endpoint_channel.h
|
||||
wifi_lan_upgrade_handler.h
|
||||
)
|
||||
|
||||
@@ -76,9 +84,9 @@ target_link_libraries(core_internal_test
|
||||
gmock
|
||||
gtest
|
||||
gtest_main
|
||||
platform_impl_default
|
||||
platform_impl_default_cond_var
|
||||
platform_impl_default_lock
|
||||
platform_impl_g3
|
||||
platform_impl_shared_posix_condition_variable
|
||||
platform_impl_shared_posix_lock
|
||||
platform_port_string
|
||||
platform_utils
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user