mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
23 lines
953 B
Diff
23 lines
953 B
Diff
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||
|
From: Daniel Micay <danielmicay@gmail.com>
|
||
|
Date: Thu, 18 Aug 2022 13:38:55 -0400
|
||
|
Subject: [PATCH] add bluetooth/sdk_sandbox to standard key mapping
|
||
|
|
||
|
---
|
||
|
tools/releasetools/sign_target_files_apks.py | 2 ++
|
||
|
1 file changed, 2 insertions(+)
|
||
|
|
||
|
diff --git a/tools/releasetools/sign_target_files_apks.py b/tools/releasetools/sign_target_files_apks.py
|
||
|
index 6f96d8f6a..732f80251 100755
|
||
|
--- a/tools/releasetools/sign_target_files_apks.py
|
||
|
+++ b/tools/releasetools/sign_target_files_apks.py
|
||
|
@@ -1150,6 +1150,8 @@ def BuildKeyMap(misc_info, key_mapping_options):
|
||
|
devkeydir + "/shared": d + "/shared",
|
||
|
devkeydir + "/platform": d + "/platform",
|
||
|
devkeydir + "/networkstack": d + "/networkstack",
|
||
|
+ devkeydir + "/bluetooth": d + "/bluetooth",
|
||
|
+ devkeydir + "/sdk_sandbox": d + "/sdk_sandbox",
|
||
|
})
|
||
|
else:
|
||
|
OPTIONS.key_map[s] = d
|