dubai: Rebrand to bangkk

Change-Id: Ie4b9250a351cf20009372e9b9bb4cc9f90891efe
This commit is contained in:
Michael Bestas 2024-06-28 16:22:28 +03:00
commit 1f0ab69acd
No known key found for this signature in database
27 changed files with 59 additions and 59 deletions

View file

@ -20,7 +20,7 @@ from extract_utils.main import (
)
namespace_imports = [
'vendor/motorola/sm7325-common',
'vendor/motorola/sm6375-common',
'hardware/motorola',
'hardware/qcom-caf/sm8350',
'hardware/qcom-caf/wlan',
@ -48,7 +48,7 @@ extract_fns: extract_fns_user_type = {
}
module = ExtractUtilsModule(
'dubai',
'bangkk',
'motorola',
blob_fixups=blob_fixups,
lib_fixups=lib_fixups,
@ -60,6 +60,6 @@ module = ExtractUtilsModule(
if __name__ == '__main__':
utils = ExtractUtils.device_with_common(
module, 'sm7325-common', module.vendor
module, 'sm6375-common', module.vendor
)
utils.run()