Commit Graph

3 Commits

Author SHA1 Message Date
Remi NGUYEN VAN 343a6e2079 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
(cherry picked from https://android-review.googlesource.com/q/commit:2c1b9b8e80c6cb017a03211667b51ee5b1234d1c)
Merged-In: I211f459a729c216eb1ba9e3b983042e4afcbd135
Change-Id: I211f459a729c216eb1ba9e3b983042e4afcbd135

Former-commit-id: 77ab56ddc3
2023-05-31 05:50:31 +00:00
Tyler Wear e5a9240b06 libconnectivity_native add null check
Return null if service is not yet up.

Bug: 271243867
Test: atest connectivity_native_test
Change-Id: I18c887415e94e44eabcfd1c6bab1d22744f39723

Former-commit-id: df6cf30075
2023-03-14 17:45:03 -07: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