add name mapping of Uwb overlay

This commit is contained in:
Dmitry Muhomor 2023-10-06 11:54:01 +03:00 committed by Daniel Micay
parent e0ad594571
commit 64c0704d42

View file

@ -23,6 +23,7 @@ const DIFF_MAP_PACKAGES = new Map([
['com.google.android.networkstack', 'com.android.networkstack'],
['com.google.android.networkstack.tethering', 'com.android.networkstack.tethering'],
['com.google.android.permissioncontroller', 'com.android.permissioncontroller'],
['com.google.android.uwb.resources', 'com.android.uwb.resources'],
])
const XML_BUILDER = new xml2js.Builder()