Skip to content

Commit

Permalink
Add library .so files to android release package (#4885)
Browse files Browse the repository at this point in the history
b/393447640
  • Loading branch information
briantting authored Feb 11, 2025
2 parents 27e9fc3 + 7491e56 commit 2883034
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cobalt/build/android/package.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env python3
"""Packages Cobalt for Android."""

# pylint: disable=line-too-long

import os
import shutil
from cobalt.build import packaging
Expand All @@ -20,6 +22,12 @@ def lay_out(out_dir, base_dir):
files = [
'content_shell.pak',
'icudtl.dat',
'libchrome_crashpad_handler.so',
'libcobalt_content_shell_content_view.so',
'libcontent_shell_content_view.so',
'libnplb__library.so',
'libstarboard_jni_state.so',
'libtest_trace_processor.so',
'obj/cobalt/android/cobalt_java_resources.resources.zip',
'obj/components/metrics/metrics_java.javac.jar',
'obj/content/shell/android/content_shell_java_resources.resources.zip',
Expand Down

0 comments on commit 2883034

Please sign in to comment.