Commit Graph

4 Commits

Author SHA1 Message Date
Treehugger Robot
f9f9784d4c Merge "Only allow libconnectivity_native usage on U+" 2023-05-31 05:35:20 +00:00
Tyler Wear
df6cf30075 libconnectivity_native add null check
Return null if service is not yet up.

Bug: 271243867
Test: atest connectivity_native_test
Change-Id: I18c887415e94e44eabcfd1c6bab1d22744f39723
2023-03-14 17:45:03 -07:00
Remi NGUYEN VAN
2c1b9b8e80 Only allow libconnectivity_native usage on U+
No user of the API is expected before U, so limit its usage to U+.

Bug: 262199896
Test: atest
Change-Id: I211f459a729c216eb1ba9e3b983042e4afcbd135
2023-01-06 11:29:40 +09:00
Remi NGUYEN VAN
fb70eba6bf Add libconnectivity_native
The library provides an interface to interface with the
ConnectivityNative service, and implement port blocking APIs.

Bug: 179733303
Test: atest connectivity_native_test
Change-Id: Iad1c84b5eeab835aca14a2db72a900e099aa3c1c
2022-11-03 21:01:26 -07:00