1## used by service-uwb ## 2# Statically linked cbor library 3rule co.nstant.in.cbor.** com.android.x.uwb.@0 4# Statically included module utils. 5rule com.android.modules.utils.** com.android.x.uwb.@0 6# Statically included HAL stubs. 7rule android.hardware.uwb.** com.android.x.uwb.@0 8# Statically included UWB support lib and guava lib. 9rule com.google.common.** com.android.x.uwb.@0 10rule com.google.uwb.** com.android.x.uwb.@0 11# Included by support lib. 12rule com.android.internal.util.** com.android.x.uwb.@0 13# Use our statically linked protobuf library 14rule com.google.protobuf.** com.android.x.uwb.@0 15# Statically linked bouncy castle library 16rule org.bouncycastle.** com.android.x.uwb.@0 17# Statically linked third party library 18rule com.google.thirdparty.** com.android.x.uwb.@0 19# Statically included ranging flags. 20rule com.android.uwb.flags.** com.android.x.uwb.@0 21 22## used by both framework-uwb and service-uwb ## 23