• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## used by both framework-uwb and service-uwb ##
2# Statically included module utils.
3rule com.android.modules.utils.** com.android.x.ranging.@0
4# Statically included ranging flags.
5rule com.android.ranging.flags.** com.android.x.ranging.@0
6# Statically included UWB support lib and guava lib.
7rule com.google.common.** com.android.x.ranging.@0
8rule com.google.uwb.** com.android.x.ranging.@0
9# Included by support lib.
10rule com.android.internal.util.** com.android.x.ranging.@0
11# Statically linked third party library
12rule com.google.thirdparty.** com.android.x.ranging.@0
13# Statically included androidx.concurrent_concurrent-futures
14rule androidx.concurrent.futures.** com.android.x.ranging.@0