Add new sdk-> repo mapping to finalize_sdk.py
The script tries to automatically work out the right directory for a given sdk name, but some modules don't fit the current heuristic. Add those in manually. Test: run finalize_sdk.py Change-Id: I1eeedae80edfe1dc4d7a7dc27402f40189d00644
This commit is contained in:
@@ -67,6 +67,7 @@ def repo_for_sdk(filename):
|
||||
module = filename.split('-')[0]
|
||||
target_dir = ''
|
||||
if module == 'btservices': return Path('prebuilts/module_sdk/Bluetooth')
|
||||
if module == 'healthfitness': return Path('prebuilts/module_sdk/HealthConnect')
|
||||
if module == 'media': return Path('prebuilts/module_sdk/Media')
|
||||
if module == 'rkpd': return Path('prebuilts/module_sdk/RemoteKeyProvisioning')
|
||||
if module == 'tethering': return Path('prebuilts/module_sdk/Connectivity')
|
||||
|
||||
Reference in New Issue
Block a user