
It compiles, but fails to sign: > TypeError: cannot use a string pattern on a bytes-like object Signed-off-by: Tad <tad@spotco.us>
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
|