13 lines
644 B
Diff
13 lines
644 B
Diff
diff --git a/build/android/gyp/create_app_bundle.py b/build/android/gyp/create_app_bundle.py
|
|
index 3f3d75d490e30904b970c6ef3312572c9483b037..6c011b1eedb922f7841358b98b6b92b235b318de 100755
|
|
--- a/build/android/gyp/create_app_bundle.py
|
|
+++ b/build/android/gyp/create_app_bundle.py
|
|
@@ -79,6 +79,7 @@ _ALLOWLISTED_NON_BASE_SERVICES = {
|
|
'com.google.apps.tiktok.concurrent.InternalForegroundService',
|
|
}
|
|
|
|
+from brave_app_bundle_utils import extend_allowlisted_non_base_services; _ALLOWLISTED_NON_BASE_SERVICES = extend_allowlisted_non_base_services(_ALLOWLISTED_NON_BASE_SERVICES)
|
|
|
|
def _ParseArgs(args):
|
|
parser = argparse.ArgumentParser()
|